Miscellaneous
eth_hashrate
Type
Description
// Request
curl -H "Content-Type: application/json" --data '{"jsonrpc":"2.0","method":"eth_hashrate","params":[],"id":1}' http://localhost:8551
// Result
{
"jsonrpc": "2.0",
"id":1,
"result": "0x0"
}eth_getHashrate
Type
Description
eth_submitWork
Type
Description
Type
Description
eth_submitHashrate
Name
Type
Description
Type
Description
eth_createAccessList
Name
Type
Description
Type
Description
Last updated