Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewController ¶
func NewController(opts *ControllerOptions) *recipientController
Types ¶
type ControllerOptions ¶
type ControllerOptions struct {
Logger *zap.Logger
Ctx context.Context
BeaconClient beaconprotocol.Beacon
EthNetwork beaconprotocol.Network
Ticker slot_ticker.Ticker
OperatorPublicKey string
}
ControllerOptions holds the needed dependencies
type RecipientController ¶
type RecipientController interface {
Start()
}
RecipientController submit proposal preparation to beacon node for all committee validators
Click to show internal directories.
Click to hide internal directories.