Versions in this module Expand all Collapse all v9 v9.0.1 Feb 3, 2025 v9.0.0 Jan 29, 2025 Changes in this version + func NewHandler(k keeper.Keeper) sdk.Handler + func NewProposalHandler(k keeper.Keeper) govtypesv1beta1.Handler + type AppModule struct + func NewAppModule(keeper keeper.Keeper, cdc codec.Codec) AppModule + func (AppModule) ConsensusVersion() uint64 + func (AppModule) GenerateGenesisState(simState *module.SimulationState) + func (AppModule) Name() string + func (AppModule) QuerierRoute() string + func (AppModule) RegisterInvariants(_ sdk.InvariantRegistry) + func (am AppModule) BeginBlock(ctx sdk.Context, _ abci.RequestBeginBlock) + func (am AppModule) EndBlock(ctx 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, data json.RawMessage) []abci.ValidatorUpdate + func (am AppModule) ProposalContents(_ module.SimulationState) []sim.WeightedProposalMsg + func (am AppModule) RegisterServices(cfg module.Configurator) + func (am AppModule) RegisterStoreDecoder(sdr sdk.StoreDecoderRegistry) + func (am AppModule) WeightedOperations(simState module.SimulationState) []sim.WeightedOperation + 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) RegisterGRPCGatewayRoutes(clientCtx client.Context, mux *runtime.ServeMux) + func (AppModuleBasic) RegisterLegacyAminoCodec(cdc *codec.LegacyAmino) + func (AppModuleBasic) ValidateGenesis(cdc codec.JSONCodec, _ client.TxEncodingConfig, bz json.RawMessage) error + func (b AppModuleBasic) RegisterInterfaces(registry codectypes.InterfaceRegistry) Other modules containing this package github.com/peggyjv/sommelier/v4 github.com/peggyjv/sommelier/v5 github.com/peggyjv/sommelier/v6 github.com/peggyjv/sommelier/v7 github.com/peggyjv/sommelier/v8