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

include/gleeth@ethereum@types_FeeHistory.hrl

-record(fee_history, {
oldest_block :: binary(),
base_fee_per_gas :: list(binary()),
gas_used_ratio :: list(float()),
reward :: list(list(binary()))
}).