Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // UniqueEvents contains all events keyed by their name (e.g. "AccessRequest"). Events that have different // signatures in different contract versions (sub-packages) are treated as separate events. Their most recent // version will get the event's original name, while older versions are suffixed with the version date of the // contract package, e.g. VersionConfirm_20200206. UniqueEvents = make(map[string]*events.EventInfo) // EventsByName is an alias of UniqueEvents EventsByName = UniqueEvents // EventsByType contains all events keyed by their go type. EventsByType = make(map[reflect.Type]*events.EventInfo) // EventsByID contains all events keyed by their id (topic hash) EventsByID = make(map[common.Hash]*events.EventInfo) // EventNamesByID contains all event names keyed by their id (topic hash) EventNamesByID = make(map[common.Hash]string) )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.