fees

package
v1.5.0-a2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 19, 2022 License: GPL-3.0 Imports: 1 Imported by: 0

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.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL