Open gatmac opened 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.
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.