GetBlock¶
按区块号或区块哈希查询区块,可选返回完整交易明细。统一替代 GetNowBlock / GetBlockByNum / GetBlockById。
- 服务:同时支持
Wallet和WalletSolidity
rpc GetBlock (BlockReq) returns (BlockExtention) {}
相似 HTTP 接口见 /wallet/getblock。
按区块号或区块哈希查询区块,可选返回完整交易明细。统一替代 GetNowBlock / GetBlockByNum / GetBlockById。
Wallet 和 WalletSolidityrpc GetBlock (BlockReq) returns (BlockExtention) {}
相似 HTTP 接口见 /wallet/getblock。