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@ethereum@abi@decode_DecodedCalldata.hrl
Raw

include/gleeth@ethereum@abi@decode_DecodedCalldata.hrl

-record(decoded_calldata, {
function_name :: binary(),
arguments :: list(gleeth@ethereum@abi@types:abi_value())
}).