Versions in this module Expand all Collapse all v0 v0.1.1 May 14, 2023 Changes in this version + const IBCV2 + const IBCV4 + var DefaultGenesisState = types.DefaultGenesisState + var ModuleCdc = types.ModuleCdc + var NewFacadedKeeper = keeper.NewFacadedKeeper + var NewKeeper = keeper.NewKeeper + var NewV4Keeper = keeper.NewV4Keeper + func ExportGenesis(ctx sdk.Context, k keeper.Keeper) *types.GenesisState + func InitGenesis(ctx sdk.Context, k keeper.Keeper, createLocalhost bool, gs *types.GenesisState) + func NewHandler(k keeper.FacadedKeeper) sdk.Handler + type AppModule struct + func NewAppModule(k *keeper.FacadedKeeper) AppModule + func (AppModule) GenerateGenesisState(simState *module.SimulationState) + func (AppModule) Name() string + func (AppModule) ProposalContents(_ module.SimulationState) []simulation2.WeightedProposalContent + func (AppModule) QuerierRoute() string + func (AppModule) RandomizedParams(_ *rand.Rand) []simulation2.ParamChange + func (a AppModule) NewHandler() sdk.Handler + func (a AppModule) NewQuerierHandler() sdk.Querier + func (am AppModule) BeginBlock(ctx sdk.Context, req abci.RequestBeginBlock) + func (am AppModule) EndBlock(ctx sdk.Context, req abci.RequestEndBlock) []abci.ValidatorUpdate + func (am AppModule) ExportGenesis(ctx sdk.Context) json.RawMessage + func (am AppModule) InitGenesis(ctx sdk.Context, data json.RawMessage) []abci.ValidatorUpdate + func (am AppModule) RegisterInvariants(ir sdk.InvariantRegistry) + func (am AppModule) RegisterServices(cfg module.Configurator) + func (am AppModule) RegisterStoreDecoder(sdr sdk.StoreDecoderRegistry) + func (am AppModule) Route() string + func (am AppModule) WeightedOperations(_ module.SimulationState) []simulation2.WeightedOperation + type AppModuleBasic struct + func (AppModuleBasic) DefaultGenesis() json.RawMessage + func (AppModuleBasic) GetQueryCmd(cdc *codec.Codec) *cobra.Command + func (AppModuleBasic) GetQueryCmdV2(cdc *codec.CodecProxy, reg codectypes.InterfaceRegistry) *cobra.Command + func (AppModuleBasic) GetTxCmd(cdc *codec.Codec) *cobra.Command + func (AppModuleBasic) Name() string + func (AppModuleBasic) RegisterCodec(cdc *codec.Codec) + func (AppModuleBasic) RegisterGRPCGatewayRoutes(ctx clientCtx.CLIContext, mux *runtime.ServeMux) + func (AppModuleBasic) RegisterInterfaces(registry codectypes.InterfaceRegistry) + func (AppModuleBasic) RegisterRESTRoutes(ctx clientCtx.CLIContext, rtr *mux.Router) + func (AppModuleBasic) ValidateGenesis(bz json.RawMessage) error + func (am AppModuleBasic) GetTxCmdV2(cdc *codec.CodecProxy, reg codectypes.InterfaceRegistry) *cobra.Command + func (am AppModuleBasic) RegisterRouterForGRPC(cliCtx clientCtx.CLIContext, r *mux.Router) + type Keeper = keeper.FacadedKeeper + type V2Keeper = keeper.Keeper