The standard array of rpc call parameters.
* params[0]: The block hash to get as a hex string.
* params[1]: A hexadecimal equivalent of the integer indicating the uncle's index position.
Returns Promise<object>
The uncle block at the given block number and index.
RPC Method eth_getUncleByBlockHashAndIndex implementation
Link
eth_getUncleByBlockHashAndIndex
Note
eth_getUncleByBlockHashAndIndex
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