Learn R Programming

ether (version 0.1.6)

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

Description

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

Usage

eth_getUncleCountByBlockHash(hash)

Arguments

hash

Hash of a block.

Value

Integer.

Examples

Run this code
# NOT RUN {
eth_getUncleCountByBlockHash("0x8575df1eb3df61f3880628ca8e495038ee0b278c0aa48fe41f80b8d0d4e83e79")
# }

Run the code above in your browser using DataLab