Versions in this module Expand all Collapse all v8 v8.0.3 Jan 27, 2022 v8.0.2 Jan 27, 2022 Changes in this version + func ExportGenesis(ctx sdk.Context, ak keeper.AccountKeeper) *types.GenesisState + func InitGenesis(ctx sdk.Context, ak keeper.AccountKeeper, data types.GenesisState) + type AppModule struct + func NewAppModule(cdc codec.Codec, accountKeeper keeper.AccountKeeper, ...) AppModule + func (AppModule) BeginBlock(_ sdk.Context, _ abci.RequestBeginBlock) + func (AppModule) ConsensusVersion() uint64 + func (AppModule) EndBlock(_ sdk.Context, _ abci.RequestEndBlock) []abci.ValidatorUpdate + func (AppModule) Name() string + func (AppModule) ProposalContents(simState module.SimulationState) []simtypes.WeightedProposalContent + func (AppModule) QuerierRoute() string + func (AppModule) RandomizedParams(r *rand.Rand) []simtypes.ParamChange + func (AppModule) RegisterInvariants(_ sdk.InvariantRegistry) + func (AppModule) Route() sdk.Route + func (AppModule) WeightedOperations(_ module.SimulationState) []simtypes.WeightedOperation + 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(legacyQuerierCdc *codec.LegacyAmino) sdk.Querier + func (am AppModule) RegisterServices(cfg module.Configurator) + func (am AppModule) RegisterStoreDecoder(sdr sdk.StoreDecoderRegistry) + 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) RegisterInterfaces(registry codectypes.InterfaceRegistry) + func (AppModuleBasic) RegisterLegacyAminoCodec(cdc *codec.LegacyAmino) + func (AppModuleBasic) RegisterRESTRoutes(clientCtx client.Context, rtr *mux.Router) + func (AppModuleBasic) ValidateGenesis(cdc codec.JSONCodec, config client.TxEncodingConfig, bz json.RawMessage) error Other modules containing this package github.com/tpkeeper/cosmos-sdk