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"Current entry (transaction id = {latest_entry['transactionId']}) in collection {latest_entry['collectionId']}: {latest_entry['contents']}")
202
203
```
203
204
204
-
The print function will return "Hello world!", as that is the message in the ledger that that corresponds to the transaction ID and is the latest transaction.
205
+
The print function will return "Hello world!", as that's the message in the ledger that corresponds to the transaction ID and is the latest transaction.
205
206
206
207
## Full sample code
207
208
@@ -301,7 +302,7 @@ print(f"Current entry (transaction id = {latest_entry['transactionId']}) in coll
301
302
302
303
## Pollers
303
304
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.
305
+
If you'd 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