Current section
Files
Jump to
Current section
Files
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()
}).