Documentation ¶
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 WithDefaultFeeRecipient ¶
func WithDefaultFeeRecipient(feeRecipient bellatrix.ExecutionAddress) Parameter
WithDefaultFeeRecipient sets the default fee recipient.
func WithFeeRecipients ¶
func WithFeeRecipients(feeRecipients map[phase0.ValidatorIndex]bellatrix.ExecutionAddress) Parameter
WithFeeRecipients sets the fee recipients.
func WithLogLevel ¶
WithLogLevel sets the log level for the module.
func WithMonitor ¶
WithMonitor sets the monitor for the module.
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
Service is a fee recipient provider service.
func (*Service) FeeRecipients ¶
func (s *Service) FeeRecipients(_ context.Context, indices []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.