Learn R Programming

ether (version 0.1.6)

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

Description

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

Usage

eth_getUncleByBlockHashAndIndex(hash, index)

Arguments

hash

Hash of a block.

index

Index of transaction in block.

Value

List.

Examples

Run this code
# NOT RUN {
eth_getUncleByBlockHashAndIndex(
  "0x8575df1eb3df61f3880628ca8e495038ee0b278c0aa48fe41f80b8d0d4e83e79", "0x0"
)
# }

Run the code above in your browser using DataLab