Parameters
Unique identifier for a blockchain network.
Request identifier used to match responses.
JSON-RPC version.
JSON-RPC method name.
Parameters for eth_submitHashrate: [hashrate, id].Positional parameters for
eth_submitHashrate:params[0]: Data - a hexadecimal string representation (32 bytes) of the hash rate.params[1]: Data - A random hexadecimal(32 bytes) ID identifying the client.
Returns
Boolean - Returns true if submitting hash rate was successful. Example:
true.