# Functions
ExportGenesis returns a GenesisState for a given context and keeper.
InitGenesis performs genesis initialization for the oracle module.
NewAppModule creates a new AppModule object.
NewHandler creates the msg handler of this module, as required by Cosmos-SDK standard.
NewIBCModule creates a new IBCModule given the keeper.
ValidateOracleChannelParams does validation of a newly created oracle channel.
# Structs
AppModule represents the AppModule for this module.
AppModuleBasic is Band Oracle's module basic object.
IBCModule implements the ICS26 interface for oracle given the oracle keeper.