Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Broadcaster ¶
type Broadcaster interface {
Broadcast(message *types.SignedSSVMessage) error
}
Broadcaster is the interface used to abstract message broadcasting
type Subscriber ¶
type Subscriber interface {
Subscribe(vpk types.ValidatorPK) error
}
Subscriber is used to abstract topic management
Click to show internal directories.
Click to hide internal directories.