eth_getUncleCountByBlockNumber: Returns the number of uncles in a block from a block matching...

Description Usage Arguments Value Examples

View source: R/rpc-eth.R

Description

Returns the number of uncles in a block from a block matching the given block number.

Usage

1

Arguments

number

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

Value

Integer.

Examples

1
2
3
4
## Not run: 
eth_getUncleCountByBlockNumber("0x4720fe")

## End(Not run)

ether documentation built on Jan. 25, 2020, 9:07 a.m.