powered by
Returns information about a uncle of a block by number and uncle index position.
eth_getUncleByBlockNumberAndIndex(number, index)
An integer block number (as a hexidecimal string) or one of "earliest", "latest" or "pending".
Index of transaction in block.
List.
# NOT RUN { eth_getUncleByBlockNumberAndIndex("0x4720fe", "0x0") # }
Run the code above in your browser using DataLab