You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
print(f"Entry (transaction id = {entry['transactionId']}) in collection {entry['collectionId']}: {entry['contents']}")
195
195
```
196
196
197
197
If you would simply like the latest transaction that was committed to the ledger, you can use the `get_current_ledger_entry` function.
@@ -301,7 +301,7 @@ print(f"Current entry (transaction id = {latest_entry['transactionId']}) in coll
301
301
302
302
## Pollers
303
303
304
-
If you would like to wait for your write transaction to be committed to your ledger you can use the `begin_create_ledger_entry` function. This will return a poller to wait until the your entry is durably committed.
304
+
If you would like to wait for your write transaction to be committed to your ledger you can use the `begin_create_ledger_entry` function. This will return a poller to wait until the entry is durably committed.
0 commit comments