eth_getTransactionByBlockHashAndIndex: Eth getTransactionByBlockHashAndIndex

Description Usage Arguments Value

View source: R/ethRPCFunctions.R

Description

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

Usage

1
2
eth_getTransactionByBlockHashAndIndex(block_hash, index_number = "0x0",
  rpc_address = "http://localhost:8545")

Arguments

block_hash

32 Bytes - hash of a block.

index_number

integer of the transaction index position.

rpc_address

The address of the RPC API.

Value

List of transaction properties, or null when no transaction found


BSDStudios/ethr documentation built on May 5, 2019, 10:26 a.m.