eth_hashrate
返回节点挖矿时每秒可算出的哈希数量。
参数值
无
返回值
QUANTITY
- 每秒算出的哈希数量
示例代码
请求:
curl -X POST --data '{"jsonrpc":"2.0","method":"eth_hashrate","params":[],"id":71}'
响应:
{
"id":71,
"jsonrpc": "2.0",
"result": "0x38a"
}
返回节点挖矿时每秒可算出的哈希数量。
无
QUANTITY
- 每秒算出的哈希数量
请求:
curl -X POST --data '{"jsonrpc":"2.0","method":"eth_hashrate","params":[],"id":71}'
响应:
{
"id":71,
"jsonrpc": "2.0",
"result": "0x38a"
}