post
https://api.shasta.trongrid.io/walletsolidity/gettransactionbyid
按交易哈希查询交易(已固化状态)
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
返回值
返回Transaction对象,其中包含如下字段:
| 字段 | 类型 | 描述 |
|---|---|---|
| ret | Result[] | 交易执行结果。 |
| txID | string | 交易 ID (哈希)。 |
| raw_data | object | 交易内容,详见此处。 |
| signature | string[] | 交易签名。 |
| raw_data_hex | string | 交易的原始数据。(格式: hex) |