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

include/gleeth@cli_Send.hrl

-record(send, {
to :: binary(),
value :: binary(),
private_key :: binary(),
gas_limit :: binary(),
data :: binary(),
legacy :: boolean()
}).