Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EnableApplyValidator ¶
Types ¶
type ApplyValidator ¶
type ApplyValidator struct {
Address action.Address
Stake action.Amount
NodeName string
ValidatorAddress action.Address
ValidatorPubKey keys.PublicKey
Purge bool
}
func (ApplyValidator) Marshal ¶
func (apply ApplyValidator) Marshal() ([]byte, error)
func (ApplyValidator) Signers ¶
func (apply ApplyValidator) Signers() []action.Address
func (ApplyValidator) Tags ¶
func (apply ApplyValidator) Tags() common.KVPairs
func (ApplyValidator) Type ¶
func (apply ApplyValidator) Type() action.Type
func (*ApplyValidator) Unmarshal ¶
func (apply *ApplyValidator) Unmarshal(data []byte) error
Click to show internal directories.
Click to hide internal directories.