# Functions
DefaultGenesisState returns default genesis state (validation is done on module init).
DefaultParams returns default module params.
No description provided by the author
NewMsgAddValidator creates a new MsgAddValidator message.
NewMsgRemoveValidator creates a new MsgRemoveValidator message.
NewMsgReplaceValidator creates a new MsgReplaceValidator message.
NewParams creates a new module Params.
NewValidator creates a new Validator.
NewValidatorAddedEvent creates an Event on validator add (triggered on replace as well).
NewValidatorRemovedEvent creates an Event on validator removal (triggered on replace as well).
ParamKeyTable returns Key declaration for parameters storage.
RegisterCodec registers module specific messages.
# Constants
No description provided by the author
.
No description provided by the author
No description provided by the author
No description provided by the author
Default parameters values.
Default parameters values.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Init genesis.
Read validators and counters.
Add/update validators.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Parameter store key.
Parameter store key.
Key for storing validators counter.
Key for storing validator objects.
# Structs
GenesisState is module's genesis (initial state).
Client multisig message to add a PoA validator.
Client multisig message to remove a PoA validator.
Client multisig message to replace an old PoA validator with a new one.
Params defines genesis params.
Validator is a PoA validator meta.
Client request for validator by address.
Client response for getValidators.
# Type aliases
Slice of Validator objects.