bandprotocol / pylibra

A Python client for Libra network
MIT License
60 stars 13 forks source link

[Question] How to determine when the transaction is committed #4

Open gatmac opened 5 years ago

gatmac commented 5 years ago

tx1 = TransferTransaction(account2, 9) client.send_transaction(account1, tx1)

Is it possible to test when tx1 is committed? Let's say I want to show the client.get_account_state before and after the transaction.