# Functions
DefaultGenesisState returns default genesis state as raw bytes for the provider module.
ExportGenesis returns genesis state as raw bytes for the provider module.
GetGenesisStateFromAppState returns x/provider 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 returns error in case of failure.
# Constants
ModuleName represents current module name.
StoreKey represents storekey of provider module.
# Variables
NewKeeper creates new keeper instance of provider module.
# Structs
AppModule implements an application module for the provider module.
AppModuleBasic defines the basic application module used by the provider module.
AppModuleSimulation implements an application simulation module for the provider module.
# Type aliases
No description provided by the author