eth_getTransactionByBlockHashAndIndex: Returns information about a transaction by block hash and...

Description Usage Arguments Value Examples

View source: R/rpc-eth.R

Description

Returns information about a transaction by block hash and transaction index position.

Usage

1

Arguments

hash

A block hash.

index

Index of transaction in block.

Value

List.

Examples

1
2
3
4
5
6
7
8
9
## Not run: 
eth_getTransactionByBlockHashAndIndex(
  "0xb6d656ead4c3d4b1aa24d6b4d3d4cde8c090794e597258993512d650f088fcba", "0x0"
)
eth_getTransactionByBlockHashAndIndex(
  "0xb6d656ead4c3d4b1aa24d6b4d3d4cde8c090794e597258993512d650f088fcba", "0x5"
)

## End(Not run)

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