The standard array of rpc call parameters. * params[0]: The block number to get as a hex string or "latest" or "finalized". * params[1]: A hexadecimal equivalent of the integer indicating the uncle's index position.
The uncle block at the given block number and index.
RPC Method eth_getUncleByBlockNumberAndIndex implementation
Link
eth_getUncleByBlockNumberAndIndex
Note
eth_getUncleByBlockNumberAndIndex
support following block numbers: hex number of block, 'earliest', 'latest', 'safe', 'finalized', 'pending'. (@see https://ethereum.org/en/developers/docs/apis/json-rpc#default-block)Throws