Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type EventCriteria ¶
type EventFilter ¶
type EventFilter struct { CriteriaSet []*EventCriteria Range *Range Options *Options Order logdb.Order // default asc }
type FilteredEvent ¶
type FilteredEvent struct { Address thor.Address `json:"address"` Topics []*thor.Bytes32 `json:"topics"` Data string `json:"data"` Meta LogMeta `json:"meta"` }
FilteredEvent only comes from one contract
type LogMeta ¶
type LogMeta struct { BlockID thor.Bytes32 `json:"blockID"` BlockNumber uint32 `json:"blockNumber"` BlockTimestamp uint64 `json:"blockTimestamp"` TxID thor.Bytes32 `json:"txID"` TxOrigin thor.Address `json:"txOrigin"` ClauseIndex uint32 `json:"clauseIndex"` TxIndex *uint32 `json:"txIndex,omitempty"` LogIndex *uint32 `json:"logIndex,omitempty"` }
Click to show internal directories.
Click to hide internal directories.