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

include/gleeth@gas_Eip1559GasEstimate.hrl

-record(eip1559_gas_estimate, {
max_fee_per_gas :: binary(),
max_priority_fee_per_gas :: binary(),
gas_limit :: binary()
}).