package
0.0.0-20200901121948-df651112ad51
Repository: https://github.com/ltacker/poa.git
Documentation: pkg.go.dev
# Functions
DefaultGenesisState - default GenesisState used by Cosmos Hub.
DefaultParams defines the parameters for this module.
Get the key for a validator canditate application with pubkey.
Get the key for a validator canditate application with address.
Get the key for a validator canditate application with pubkey.
Get the key for the validator with pubkey.
Get the key for the validator with address.
Get the key for the validator state with address.
Validator encoding functions.
Vote encoding functions.
No description provided by the author
No description provided by the author
Create a new Description.
NewGenesisState creates a new GenesisState object.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewParams creates a new Params object.
No description provided by the author
No description provided by the author
No description provided by the author
ParamKeyTable for poa module.
RegisterCodec registers concrete types on codec.
No description provided by the author
No description provided by the author
ValidateGenesis validates the poa genesis parameters.
# Constants
poa module event types.
poa module event types.
poa module event types.
poa module event types.
poa module event types.
Default max number of validators.
Default quorum percentage.
poa module event types.
poa module event types.
poa module event types.
poa module event types.
poa module event types.
poa module event types.
poa module event types.
poa module event types.
poa module event types.
poa module event types.
poa module event types.
No description provided by the author
ModuleName is the name of the module.
No description provided by the author
QuerierRoute to be used for querier msgs.
Query endpoints supported by the poa querier.
Query endpoints supported by the poa querier.
Query endpoints supported by the poa querier.
Query endpoints supported by the poa querier.
Query endpoints supported by the poa querier.
RouterKey to be used for routing msgs.
StoreKey to be used when creating the KVStore.
No description provided by the author
The validator is already present in Tendermind validator set.
The validator is joining the validator set, it is not yet present in Tendermint validator set.
The validator is leaving the validator set, it will leave Tendermint validator set at the end of the block.
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
Prefix for each key to a application index, by pubkey.
Prefix for the validator application pool.
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
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
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 keys.
Parameter store keys.
Prefix for the validator kick proposal pool.
ModuleCdc defines the module codec.
Prefix for each key to a validator index, by pubkey.
Prefix for each key to a validator.
Prefix for each key to a validator state index.
# Structs
Description defines a validator description.
GenesisState - all poa state that must be provided at genesis.
No description provided by the author
No description provided by the author
*
* MsgSubmitApplication
*/.
No description provided by the author
Params - used for initializing default parameter for poa at genesis.
Defines the params for the following queries: - 'custom/poa/validator'.
Information about a validator.
Structure to track the vote for: - An application to become validator - A proposal to kick a validator.
# Interfaces
ParamSubspace defines the expected Subspace interface.