Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NotificationChannels ¶
type NotificationChannels struct { BlockCh <-chan *block.Block NotificationsCh <-chan *state.ContainedNotificationEvent NotaryRequestsCh <-chan *result.NotaryRequestEvent }
type Subscriber ¶
type Subscriber interface { SubscribeForNotification(...util.Uint160) error BlockNotifications() error SubscribeForNotaryRequests(mainTXSigner util.Uint160) error NotificationChannels() NotificationChannels Close() }
Subscriber is an interface of the NotificationEvent listener.
Click to show internal directories.
Click to hide internal directories.