eth_getUncleByBlockNumberAndIndex - Arbitrum Nova
Summary
Returns information about a uncle of a block by number and uncle index position.Parameters
1. Block Number Quantity or Tag
Hex block number, or the string
latest
, earliest
or pending
Example:Â
i.e. latest or pending
2. Index Hex
The uncle's index position.
Example:Â
i.e. 0x0, 0x1, 0x2...