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