post https://api.shasta.trongrid.io/wallet/getcontractinfo
查询链上的合约信息。与wallet/getcontract
接口不同的是,该接口不仅返回bytecode
还会返回合约的runtime bytecode
。runtime bytecode
相比bytecode
,不包含构造函数以及构造函数的参数信息。
查询链上的合约信息。与wallet/getcontract
接口不同的是,该接口不仅返回bytecode
还会返回合约的runtime bytecode
。runtime bytecode
相比bytecode
,不包含构造函数以及构造函数的参数信息。
Try It!
to start a request and see the response here!