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

Description Usage Arguments Value Examples

View source: R/rpc-eth.R

Description

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

Usage

1

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

1
2
3
4
## Not run: 
eth_getUncleByBlockNumberAndIndex("0x4720fe", "0x0")

## End(Not run)

DataWookie/ether documentation built on Feb. 1, 2020, 2:27 p.m.