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

include/gleeth@ethereum@types_Log.hrl

-record(log, {
address :: binary(),
topics :: list(binary()),
data :: binary(),
block_number :: binary(),
transaction_hash :: binary(),
transaction_index :: binary(),
block_hash :: binary(),
log_index :: binary(),
removed :: boolean()
}).