更新时间:2024-03-06 GMT+08:00
bor_getAuthor
简介
返回指定块的作者。该API所消耗的计算单元为13。
参数说明
参数 |
类型 |
说明 |
---|---|---|
区块编号 |
String |
十六进制的区块编号,或者是字符串 "latest"。 |
返回值
区块作者的地址。
请求样式
curl https://your-http-endpoint/v1/<API-KEY> \ -X POST \ -H "Content-Type: application/json" \ -d '{"jsonrpc":"2.0","method":"bor_getAuthor","params":["0x1000"], "id":1}'
父主题: Polygon JSON-RPC API