Learn R Programming

ether (version 0.1.6)

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

Description

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

Usage

eth_getTransactionByBlockHashAndIndex(hash, index)

Arguments

hash

A block hash.

index

Index of transaction in block.

Value

List.

Examples

Run this code
# NOT RUN {
eth_getTransactionByBlockHashAndIndex(
  "0xb6d656ead4c3d4b1aa24d6b4d3d4cde8c090794e597258993512d650f088fcba", "0x0"
)
eth_getTransactionByBlockHashAndIndex(
  "0xb6d656ead4c3d4b1aa24d6b4d3d4cde8c090794e597258993512d650f088fcba", "0x5"
)
# }

Run the code above in your browser using DataLab