更新时间:2024-03-06 GMT+08:00

bor_getSignersAtHash

简介

返回与指定块哈希匹配的块的所有签名者。该API所消耗的计算单元为16。

参数说明

参数

类型

说明

区块哈希

String

想要查询的区块的哈希值

返回值

指定块哈希的签名者数组。

请求样式

curl https://your-http-endpoint/v1/<API-KEY> \
-X POST \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","method":"bor_getSignersAtHash","params":["0x29fa73e3da83ddac98f527254fe37002e052725a88904bac14f03e919e1e2876"], "id":1}'