Packages

Ethereum library for Gleam - JSON-RPC client, transaction signing, ABI encoding, and wallet management on the BEAM

Current section

Files

Jump to
gleeth include gleeth@ethereum@types_Transaction.hrl
Raw

include/gleeth@ethereum@types_Transaction.hrl

-record(transaction, {
hash :: binary(),
block_number :: binary(),
block_hash :: binary(),
transaction_index :: binary(),
from :: binary(),
to :: binary(),
value :: binary(),
gas :: binary(),
gas_price :: binary(),
max_fee_per_gas :: binary(),
max_priority_fee_per_gas :: binary(),
input :: binary(),
nonce :: binary(),
transaction_type :: binary(),
chain_id :: binary(),
v :: binary(),
r :: binary(),
s :: binary()
}).