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

include/gleeth@contract_Contract.hrl

-record(contract, {
provider :: gleeth@provider:provider(),
address :: binary(),
abi :: list(gleeth@ethereum@abi@json:abi_entry())
}).