get_transaction: Get A Transaction

Description Usage Arguments Value Examples

View source: R/get_transaction.R

Description

Get A Transaction

Usage

1
get_transaction(tx_hash, api_key, ...)

Arguments

tx_hash

The transaction hash.

api_key

The user's public API key. To generate it, you need an account at Covalent HQ.

...

Additional arguments to pass to the request. For more information on available parameters see Covalent HQ API.

Value

Returns a data.frame with a transaction's data.

Examples

1
2
3
4
5
6
## Not run: 
tx_hash <- "0xbda92389200cadac424d64202caeab70cd5e93756fe34c08578adeb310bba254"

get_transaction(tx_hash, MY_API_KEY)

## End(Not run)

santiagogualchi/cvlnt documentation built on Jan. 22, 2021, 2:34 p.m.