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
Hi. I want to read the balance of an account from a TRC20 smart contract. I know how to send a "write" transaction using tron.transaction_builder.trigger_smart_contract and tron.trx.sign_and_broadcast(txn['transaction']) but I don't know how to read data from blockchain. I appreciate any help.
The text was updated successfully, but these errors were encountered:
Hi. I want to read the balance of an account from a TRC20 smart contract. I know how to send a "write" transaction using
tron.transaction_builder.trigger_smart_contract
andtron.trx.sign_and_broadcast(txn['transaction'])
but I don't know how to read data from blockchain. I appreciate any help.The text was updated successfully, but these errors were encountered: