Ethex.Web3.Structs.Event (Ethex v1.1.1)
View SourceSummary
Types
@type t() :: %Ethex.Web3.Structs.Event{ address: String.t(), block_hash: String.t(), block_number: pos_integer(), block_timestamp: pos_integer(), event_name: String.t(), log_index: String.t(), removed: boolean(), returns: list(), transaction_hash: String.t(), transaction_index: String.t() }