Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FeeRecipientManager ¶
type FeeRecipientManager interface { // Checks if the fee recipient file exists and has the correct distributor address in it. // The first return value is for file existence, the second is for validation of the fee recipient address inside. CheckFeeRecipientFile(feeRecipient common.Address) (bool, bool, error) // Writes the given address to the fee recipient file. The VC should be restarted to pick up the new file. UpdateFeeRecipientFile(feeRecipient common.Address) error }
Implementations of this interface will manage the fee recipient file for the corresponding Consensus client.
Click to show internal directories.
Click to hide internal directories.