Documentation
¶
Overview ¶
Package bcast provides the core workflow's broadcaster component that broadcasts/submits aggregated signed duty data to the beacon node.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Broadcaster ¶
type Broadcaster struct {
// contains filtered or unexported fields
}
func New ¶
func New(ctx context.Context, eth2Svc eth2client.Service) (Broadcaster, error)
New returns a new broadcaster instance.
Click to show internal directories.
Click to hide internal directories.