EVM
eth_getUncleByBlockHashAndIndex
Returns information about a uncle of a block by hash and uncle index position.
POST
Parameters
Unique identifier for a blockchain network.
Request identifier used to match responses.
JSON-RPC version.
JSON-RPC method name.
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
Ethereum block object. Null when no block was found.