Documentation ¶
Overview ¶
Package first is a strategy that obtains attestation from multiple nodes and selects the first one returned.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Parameter ¶
type Parameter interface {
// contains filtered or unexported methods
}
Parameter is the interface for service parameters.
func WithAggregateAttestationProviders ¶
func WithAggregateAttestationProviders(providers map[string]eth2client.AggregateAttestationProvider) Parameter
WithAggregateAttestationProviders sets the aggregate attestation providers.
func WithClientMonitor ¶
func WithClientMonitor(monitor metrics.ClientMonitor) Parameter
WithClientMonitor sets the client monitor for the service.
func WithLogLevel ¶
WithLogLevel sets the log level for the module.
func WithTimeout ¶
WithTimeout sets the timeout for requests.
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
Service is the provider for attestation data.
func (*Service) AggregateAttestation ¶
func (s *Service) AggregateAttestation(ctx context.Context, opts *api.AggregateAttestationOpts, ) ( *api.Response[*phase0.Attestation], error, )
AggregateAttestation provides the aggregate attestation from a number of beacon nodes.
Click to show internal directories.
Click to hide internal directories.