Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewErroring ¶
func NewErroring() feerecipientprovider.Service
NewErroring creates a new mock fee recipient provider.
Types ¶
type ErroringService ¶
type ErroringService struct{}
ErroringService is a mock fee recipient provider.
func (*ErroringService) FeeRecipients ¶
func (s *ErroringService) FeeRecipients(_ context.Context, _ []phase0.ValidatorIndex, ) ( map[phase0.ValidatorIndex]bellatrix.ExecutionAddress, error, )
FeeRecipients returns the fee recipients for the given validators.
type Service ¶
type Service struct{}
Service is a mock fee recipient provider.
func (*Service) FeeRecipients ¶
func (s *Service) FeeRecipients(_ context.Context, _ []phase0.ValidatorIndex, ) ( map[phase0.ValidatorIndex]bellatrix.ExecutionAddress, error, )
FeeRecipients returns the fee recipients for the given validators.
Click to show internal directories.
Click to hide internal directories.