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@crypto@transaction_Eip1559Transaction.hrl
Raw

include/gleeth@crypto@transaction_Eip1559Transaction.hrl

-record(eip1559_transaction, {
to :: binary(),
value :: binary(),
gas_limit :: binary(),
max_fee_per_gas :: binary(),
max_priority_fee_per_gas :: binary(),
nonce :: binary(),
data :: binary(),
chain_id :: integer(),
access_list :: list(gleeth@crypto@transaction:access_list_entry())
}).