Documentation ¶
Overview ¶
Package feerecipientprovider provides fee recipients for block proposals.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service interface { // FeeRecipients returns the fee recipients for the given validators. FeeRecipients(ctx context.Context, indices []phase0.ValidatorIndex) (map[phase0.ValidatorIndex]bellatrix.ExecutionAddress, error) }
Service is the fee recipient provider service.
Click to show internal directories.
Click to hide internal directories.