Current section
Files
Jump to
Current section
Files
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()
}).