Parameters
string
default:"543210"
required
Unique identifier for a blockchain network.
number
default:1
required
Request identifier used to match responses.
string
default:"2.0"
required
JSON-RPC version.
string
default:"eth_getUncleByBlockHashAndIndex"
required
JSON-RPC method name.
object
required
Parameters for eth_getUncleByBlockHashAndIndex: [blockHash, index].Positional parameters for
eth_getUncleByBlockHashAndIndex:params[0]: 32 Bytes - hash of the block where this transaction was included. Null when pending.params[1]: Integer of the uncle’s index position.
Returns
oneOf
Ethereum block object. Null when no block was found.