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

include/gleeth@commands@parallel_balance_BalanceSuccess.hrl

-record(balance_success, {
address :: binary(),
balance :: binary(),
ether :: float()
}).