# Packages
No description provided by the author
# Functions
BeginBlocker check for infraction evidence or downtime of validators on every begin block.
EndBlocker called every block, process inflation, update validator set.
ExportGenesis writes the current store values // to a genesis file, which can be imported again with InitGenesis.
InitGenesis initialize default parameters and the keeper's address to pubkey map.
NewAppModule creates a new AppModule object.
NewHandler creates an sdk.Handler for all the instance type messages.
# Variables
functions and variable aliases.
functions and variable aliases.
functions and variable aliases.
functions and variable aliases.
functions and variable aliases.
functions and variable aliases.
functions and variable aliases.
functions and variable aliases.
functions and variable aliases.
functions and variable aliases.
functions and variable aliases.
functions and variable aliases.
functions and variable aliases.
# Structs
AppModule implements an application module for the instance module.
AppModuleBasic defines the basic application module used by the instance module.