Versions in this module Expand all Collapse all v6 v6.1.0 Dec 15, 2023 v6.0.0 Apr 25, 2023 Changes in this version + func NewHandler(k keeper.Keeper) sdk.Handler + func NewUpdateCellarIDsProposalHandler(k keeper.Keeper) govtypes.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) RandomizedParams(r *rand.Rand) []sim.ParamChange + 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) LegacyQuerierHandler(_ *codec.LegacyAmino) sdk.Querier + func (am AppModule) ProposalContents(_ module.SimulationState) []sim.WeightedProposalContent + func (am AppModule) RegisterServices(cfg module.Configurator) + func (am AppModule) RegisterStoreDecoder(sdr sdk.StoreDecoderRegistry) + func (am AppModule) Route() sdk.Route + 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) RegisterRESTRoutes(_ client.Context, _ *mux.Router) + 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/v7 github.com/peggyjv/sommelier/v8