Learn R Programming

ether (version 0.1.6)

eth_getTransactionReceipt: Returns the receipt of a transaction by transaction hash.

Description

Returns the receipt of a transaction by transaction hash.

Usage

eth_getTransactionReceipt(hash)

Arguments

hash

A transaction hash.

Value

List.

Examples

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

Run the code above in your browser using DataLab