Learn R Programming

ether (version 0.1.6)

eth_getTransactionByBlockNumberAndIndex: Returns information about a transaction by block number and transaction index position.

Description

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

Usage

eth_getTransactionByBlockNumberAndIndex(number, index)

Arguments

number

An integer block number (as a hexidecimal string) or one of "earliest", "latest" or "pending".

index

Index of transaction in block.

Value

List.

Examples

Run this code
# NOT RUN {
eth_getTransactionByBlockNumberAndIndex("0x4720FF", "0x0")
eth_getTransactionByBlockNumberAndIndex("0x4720FF", "0x5")
# }

Run the code above in your browser using DataLab