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

include/gleeth@ethereum@contract_ContractCall.hrl

-record(contract_call, {
function_name :: binary(),
parameters :: list(gleeth@ethereum@contract:parameter())
}).