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 Jan. 31, 2020, 8:58 a.m.