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

include/gleeth@ethereum@abi@json_FunctionEntry.hrl

-record(function_entry, {
name :: binary(),
inputs :: list(gleeth@ethereum@abi@json:abi_param()),
outputs :: list(gleeth@ethereum@abi@json:abi_param()),
state_mutability :: binary()
}).