Ethex.Web3.Structs.Event (ethex v0.2.0)

View Source

Summary

Types

t()

@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()
}