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
202
```
203
203
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.
204
+
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
205
206
206
## Full sample code
207
207
@@ -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 entry is durably committed.
304
+
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