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

include/gleeth@multicall_Call.hrl

-record(call, {
target :: binary(),
calldata :: binary(),
allow_failure :: boolean()
}).