post https://api.shasta.trongrid.io/wallet/gettransactionbyid
按交易哈希查询交易
返回值
返回Transaction对象,其中包含如下字段:
字段 | 类型 | 描述 |
---|---|---|
ret | Result[] | 交易执行结果,一般通过ret[0].ret和ret[0].contractRet查看交易的执行结果 |
txID | string | 交易ID |
raw_data | object | 交易内容,详情请参考交易章节 |
signature | string[] | 交易的签名列表 |
raw_data_hex | string | Hex格式的交易内容 |