# Functions
BeginBlocker check for infraction evidence or downtime of validators on every begin block.
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 recovery type messages.
# Structs
AppModule implements an application module for the recovery module.
AppModuleBasic defines the basic application module used by the recovery module.