# Packages
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
# Functions
DefaultGenesisState returns default genesis state as raw bytes for the deployment module.
ExportGenesis returns genesis state for the deployment module.
GetGenesisStateFromAppState returns x/deployment GenesisState given raw application genesis state.
InitGenesis initiate genesis state and return updated validator details.
NewAppModule creates a new AppModule Object.
NewAppModuleSimulation creates a new AppModuleSimulation instance.
ValidateGenesis does validation check of the Genesis and return error in case of failure.
# Constants
ModuleName represents current module name.
StoreKey represents storekey of deployment module.
# Variables
NewKeeper creates new keeper instance of deployment module.
# Structs
AppModule implements an application module for the deployment module.
AppModuleBasic defines the basic application module used by the deployment module.
AppModuleSimulation implements an application simulation module for the deployment module.
# Type aliases
No description provided by the author