eth_getUncleByBlockHashAndIndex
Returns information about the 'Uncle' of a block by hash and the Uncle index position.
Example
BLOCK HASH
- a string representing the hash (32 bytes) of a block.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?