Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventsLegacy ¶
type EventsLegacy struct {
// contains filtered or unexported fields
}
func New ¶
func New(db *logdb.LogDB) *EventsLegacy
type FilterLegacy ¶
type FilteredEvent ¶
type FilteredEvent struct {
Address meter.Address `json:"address"`
Topics []*meter.Bytes32 `json:"topics"`
LogIndex uint32 `json:"logIndex"`
Data string `json:"data"`
Meta transactions.LogMeta `json:"meta"`
}
FilteredEvent only comes from one contract
func (*FilteredEvent) String ¶
func (e *FilteredEvent) String() string
Click to show internal directories.
Click to hide internal directories.