Versions in this module Expand all Collapse all v0 v0.2.5 Jul 6, 2023 Changes in this version + func BeginBlocker(ctx sdk.Context, req abci.RequestBeginBlock, k keeper.Keeper) + func ExportGenesis(ctx sdk.Context, k keeper.Keeper) types.GenesisState + func InitGenesis(ctx sdk.Context, k keeper.Keeper, pk types.PricefeedKeeper, ...) + type AppModule struct + func NewAppModule(keeper keeper.Keeper, accountKeeper types.AccountKeeper, ...) AppModule + func (AppModule) ConsensusVersion() uint64 + func (AppModule) Name() string + func (AppModule) QuerierRoute() string + func (AppModule) RegisterInvariants(_ sdk.InvariantRegistry) + func (am AppModule) BeginBlock(ctx sdk.Context, req abci.RequestBeginBlock) + func (am AppModule) EndBlock(_ sdk.Context, _ abci.RequestEndBlock) []abci.ValidatorUpdate + func (am AppModule) ExportGenesis(ctx sdk.Context, cdc codec.JSONCodec) json.RawMessage + func (am AppModule) InitGenesis(ctx sdk.Context, cdc codec.JSONCodec, gs json.RawMessage) []abci.ValidatorUpdate + func (am AppModule) LegacyQuerierHandler(legacyQuerierCdc *codec.LegacyAmino) sdk.Querier + func (am AppModule) RegisterServices(cfg module.Configurator) + func (am AppModule) Route() sdk.Route + type AppModuleBasic struct + func (AppModuleBasic) DefaultGenesis(cdc codec.JSONCodec) json.RawMessage + func (AppModuleBasic) GetQueryCmd() *cobra.Command + func (AppModuleBasic) GetTxCmd() *cobra.Command + func (AppModuleBasic) Name() string + func (AppModuleBasic) RegisterLegacyAminoCodec(cdc *codec.LegacyAmino) + func (AppModuleBasic) ValidateGenesis(cdc codec.JSONCodec, config client.TxEncodingConfig, bz json.RawMessage) error + func (a AppModuleBasic) RegisterGRPCGatewayRoutes(clientCtx client.Context, mux *runtime.ServeMux) + func (a AppModuleBasic) RegisterInterfaces(registry codectypes.InterfaceRegistry)