# Functions
ErrAccountNotFound - error when account is not found.
No description provided by the author
ErrIllegalWithdraw - error if withdraw less than minimum withdraw requirement.
ErrInsufficientDeposit - error when deposit is insufficient.
ErrInvalidCoin - error if coin in msg is invalid.
ErrInvalidUsername - error if username is invalid.
No description provided by the author
ErrInvalidVotedValidators - error if voted too many validators.
ErrInvalidVoterDuty - error when developer attempting to be regsitered is not a voter.
ErrInvalidWebsite - error if website is invalid.
ErrQueryFailed - error when query validator store failed.
ErrInsufficientDeposit - error if required voting deposit less than committing deposit.
ErrValidatorAlreadyExist - error if validator is already exist.
No description provided by the author
not found.
ErrValidatorPubKeyAlreadyExist - error if validator public key is already exist.
ValidatorRegisterMsg Msg Implementations.
ValidatorRevokeMsg Msg Implementations.
ValidatorUpdateMsg Msg Implementations.
VoteValidatorMsg Msg Implementations.
RegisterCodec concrete types on wire codec.
# Constants
ModuleName is module name.
QuerierRoute is the querier route for validator.
RouterKey is the message route for validator.
# Variables
ModuleCdc is the module codec.
# Structs
ValidatorRegisterMsg - register to become validator.
ValidatorRevokeMsg - revoke validator.
ValidatorUpdateMsg - register to become validator.
VoteValidatorMsg - vote for validator.