Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Event ¶
Event is our custom event type
type Field ¶
type Field struct { abi.Argument // Name, Type, Indexed PgType string // Holds type used when committing data held in this field to postgres }
Field is our custom event field type which associates a postgres type with the field
type Log ¶
type Log struct { ID int64 // header ID Values map[string]string // Map of event input names to their values LogIndex uint TransactionIndex uint Raw []byte // json.Unmarshalled byte array of geth/core/types.Log{} }
Log is used to hold instance of an event log data
Click to show internal directories.
Click to hide internal directories.