post
https://api.shasta.trongrid.io/walletsolidity/getblock
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
返回值
| 字段 | 类型 | 描述 |
|---|---|---|
| blockID | string | 区块哈希。 |
| block_header.raw_data.timestamp | int64 | 区块时间戳。(单位: 毫秒) |
| block_header.raw_data.txTrieRoot | string | 交易 Merkle tree 的根哈希。 |
| block_header.raw_data.parentHash | string | 父区块哈希。 |
| block_header.raw_data.number | int64 | 区块编号 (高度)。 |
| block_header.raw_data.witness_id | int64 | 产块节点 ID |
| block_header.raw_data.witness_address | string | 生产该区块的超级代表 (SR) 地址。 |
| block_header.raw_data.version | int32 | 协议版本号。 |
| block_header.raw_data.accountStateRoot | string | 账户状态树的根哈希。 |
| block_header.witness_signature | string | 超级代表 (SR) 签名。 |
| transactions | Transaction[] | 区块中的交易对象列表。每笔交易的具体内容请详见 GetTransactionById。 |