contracts_go

package module
v1.3.12 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 5, 2023 License: MIT Imports: 9 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL