Parameters
Unique identifier for a blockchain network.
Request identifier used to match responses.
JSON-RPC version.
JSON-RPC method name.
Parameters for eth_submitWork: [nonce, powHash, mixHash].Positional parameters for
eth_submitWork:params[0]: 8 Bytes - The nonce found (64 bits).params[1]: 32 Bytes - The header’s pow-hash (256 bits)params[2]: Data - 32 Bytes - The mix digest (256 bits).
Returns
Boolean - returns true if the provided solution is valid, otherwise false. Example:
true.