Versions in this module Expand all Collapse all v0 v0.0.2 Mar 8, 2023 Changes in this version + func NewHandler(k wasmtypes.ContractOpsKeeper) sdk.Handler + type AppModule struct + func NewAppModule(cdc codec.Codec, keeper *keeper.Keeper, vs wasmkeeper.ValidatorSetSource, ...) AppModule + func (am AppModule) ConsensusVersion() uint64 + func (am AppModule) ExportGenesis(ctx sdk.Context, cdc codec.JSONCodec) json.RawMessage + func (am AppModule) GenerateGenesisState(simState *module.SimulationState) + func (am AppModule) InitGenesis(ctx sdk.Context, cdc codec.JSONCodec, data json.RawMessage) []abci.ValidatorUpdate + func (am AppModule) LegacyQuerierHandler(amino *codec.LegacyAmino) sdk.Querier + func (am AppModule) ProposalContents(simState module.SimulationState) []simtypes.WeightedProposalContent + func (am AppModule) QuerierRoute() string + func (am AppModule) RandomizedParams(r *rand.Rand) []simtypes.ParamChange + func (am AppModule) RegisterInvariants(registry sdk.InvariantRegistry) + func (am AppModule) RegisterServices(cfg module.Configurator) + func (am AppModule) RegisterStoreDecoder(registry sdk.StoreDecoderRegistry) + func (am AppModule) Route() sdk.Route + func (am AppModule) WeightedOperations(simState module.SimulationState) []simtypes.WeightedOperation + type AppModuleBasic struct + func (a AppModuleBasic) DefaultGenesis(cdc codec.JSONCodec) json.RawMessage + func (a AppModuleBasic) GetQueryCmd() *cobra.Command + func (a AppModuleBasic) GetTxCmd() *cobra.Command + func (a AppModuleBasic) Name() string + func (a AppModuleBasic) RegisterGRPCGatewayRoutes(clientCtx client.Context, serveMux *runtime.ServeMux) + func (a AppModuleBasic) RegisterInterfaces(registry cdctypes.InterfaceRegistry) + func (a AppModuleBasic) RegisterLegacyAminoCodec(amino *codec.LegacyAmino) + func (a AppModuleBasic) ValidateGenesis(cdc codec.JSONCodec, config client.TxEncodingConfig, message json.RawMessage) error