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)

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