Learn R Programming

ether (version 0.1.6)

eth_getUncleByBlockNumberAndIndex: Returns information about a uncle of a block by number and uncle index position.

Description

Returns information about a uncle of a block by number and uncle index position.

Usage

eth_getUncleByBlockNumberAndIndex(number, index)

Arguments

number

An integer block number (as a hexidecimal string) or one of "earliest", "latest" or "pending".

index

Index of transaction in block.

Value

List.

Examples

Run this code
# NOT RUN {
eth_getUncleByBlockNumberAndIndex("0x4720fe", "0x0")
# }

Run the code above in your browser using DataLab