eth_getUncleByBlockNumberAndIndex
Returns information about the 'Uncle' of a block by number and the Uncle index position.
Example
BLOCK PARAMETER
- Anint
block number in the form of hex, appended with 0x such as0x6D7FE0
, or pre-defined stringslatest
,earliest
,pending
.UNCLE INDEX POSITION
- a hex of the integer representing the uncle's index position in the block, appended with 0x such as0x0
.
Last updated
Was this helpful?