post https://{network-tron}.gateway.tatum.io/wallet/getcontractinfo
Queries a contract's information from the blockchain. The difference from the wallet/getcontract
interface is that this interface returns not only the bytecode
but also the runtime bytecode
of the contract. Compared with bytecode
, runtime bytecode
does not contain constructor and constructor parameter information.
This endpoint supports both POST and GET methods.