更新时间:2024-03-06 GMT+08:00
bor_getRootHash
简介
返回指定区块范围的根哈希。该API所消耗的计算单元为13。
参数说明
参数 |
类型 |
说明 |
---|---|---|
开始区块 |
int |
开始区块的编号 |
结束区块 |
int |
结束区块的编号 |
返回值
指定区块范围的根哈希。
请求样式
curl https://your-http-endpoint/v1/<API-KEY> \ -X POST \ -H "Content-Type: application/json" \ -d '{"jsonrpc":"2.0","method":"bor_getRootHash","params":[1000, 1032], "id":1}'
父主题: Polygon JSON-RPC API