eth_getUncleByBlockHashAndIndex: Returns information about an uncle of a block by hash and...

Description Usage Arguments Value Examples

View source: R/rpc-eth.R

Description

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

Usage

1

Arguments

hash

Hash of a block.

index

Index of transaction in block.

Value

List.

Examples

1
2
3
4
5
6
## Not run: 
eth_getUncleByBlockHashAndIndex(
  "0x8575df1eb3df61f3880628ca8e495038ee0b278c0aa48fe41f80b8d0d4e83e79", "0x0"
)

## End(Not run)

datawookie/ether documentation built on Jan. 31, 2020, 8:58 a.m.