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

include/gleeth@cli_EstimateGas.hrl

-record(estimate_gas, {
from :: binary(),
to :: binary(),
value :: binary(),
data :: binary()
}).