Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ValidatorParams ¶
type ValidatorParams struct {
// contains filtered or unexported fields
}
func NewValidatorParams ¶
func NewValidatorParams() *ValidatorParams
func (*ValidatorParams) GetFeeRecipient ¶
func (vp *ValidatorParams) GetFeeRecipient(validatorIndex uint64) (libcommon.Address, bool)
func (*ValidatorParams) SetFeeRecipient ¶
func (vp *ValidatorParams) SetFeeRecipient(validatorIndex uint64, feeRecipient libcommon.Address)
Click to show internal directories.
Click to hide internal directories.