Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EnableApplyValidator ¶
func EnablePurgeValidator ¶ added in v0.14.0
Types ¶
type ApplyValidator ¶
type ApplyValidator struct { StakeAddress action.Address Stake action.Amount NodeName string ValidatorAddress action.Address ValidatorPubKey keys.PublicKey ValidatorECDSAPubKey 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() kv.Pairs
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.