Learn R Programming

ether (version 0.1.6)

eth_getTransactionByHash: Returns the information about a transaction.

Description

Returns the information about a transaction.

Usage

eth_getTransactionByHash(hash)

Arguments

hash

A transaction hash.

Value

List.

Examples

Run this code
# NOT RUN {
eth_getTransactionByHash("0x4b0f317c326299a4d063ccccff2daf7452c35dc7ec5b4279f001d6e2f745cc6f")
eth_getTransactionByHash("0x8fd9e04958cc4fb602b9d9fa5a9b6da512779ccd22477ccc5ce73721296cf151")
# }

Run the code above in your browser using DataLab