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

include/gleeth@commands@parallel_balance_BalanceSummary.hrl

-record(balance_summary, {
total_addresses :: integer(),
successful :: integer(),
failed :: integer(),
total_ether :: float(),
average_ether :: float()
}).