subscriber

package
v0.38.5 Latest Latest
Warning

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

Go to latest
Published: Apr 12, 2024 License: GPL-3.0 Imports: 12 Imported by: 0

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 Params

type Params struct {
	Log            *logger.Logger
	StartFromBlock uint32
	Client         *client.Client
}

Params is a group of Subscriber constructor parameters.

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.

func New

func New(ctx context.Context, p *Params) (Subscriber, error)

New is a constructs Neo:Morph event listener and returns Subscriber interface.

Jump to

Keyboard shortcuts

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