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_UnsignedTransaction.hrl
Raw

include/gleeth@crypto@transaction_UnsignedTransaction.hrl

-record(unsigned_transaction, {
to :: binary(),
value :: binary(),
gas_limit :: binary(),
gas_price :: binary(),
nonce :: binary(),
data :: binary(),
chain_id :: integer()
}).