Documentation
¶
Overview ¶
Package event provides wrapper types for go-ethereum's event system
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Subscription ¶
type Subscription = event.Subscription
Re-export all event types from go-ethereum
func NewSubscription ¶
func NewSubscription(fn func(<-chan struct{}) error) Subscription
NewSubscription creates a new subscription
type SubscriptionScope ¶
type SubscriptionScope = event.SubscriptionScope
Re-export all event types from go-ethereum
type TypeMuxEvent ¶
type TypeMuxEvent = event.TypeMuxEvent
Re-export all event types from go-ethereum
type TypeMuxSubscription ¶
type TypeMuxSubscription = event.TypeMuxSubscription
Re-export all event types from go-ethereum
Click to show internal directories.
Click to hide internal directories.