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

include/gleeth@event_watcher_ContractEvent.hrl

-record(contract_event, {
name :: binary(),
params :: list({binary(), gleeth@ethereum@abi@types:abi_value()}),
log :: gleeth@ethereum@types:log()
}).