Versions in this module Expand all Collapse all v1 v1.0.0 Nov 10, 2024 Changes in this version + const ConsensusVersion + func ExportGenesis(ctx context.Context, k *keeper.Keeper) *types.GenesisState + func InitGenesis(ctx context.Context, k *keeper.Keeper, genesis types.GenesisState) + func TxFeeChecker(keeper *keeper.Keeper) ante.TxFeeChecker + type AppModule struct + func NewAppModule(registry codectypes.InterfaceRegistry, subspace paramstypes.Subspace, ...) AppModule + func (AppModule) AutoCLIOptions() *autocliv1.ModuleOptions + func (AppModule) ConsensusVersion() uint64 + func (AppModule) GetTxCmd() *cobra.Command + func (AppModule) IsAppModule() + func (AppModule) IsOnePerModuleType() + func (m AppModule) ExportGenesis(ctx sdk.Context, cdc codec.JSONCodec) json.RawMessage + func (m AppModule) InitGenesis(ctx sdk.Context, cdc codec.JSONCodec, bz json.RawMessage) + func (m AppModule) RegisterServices(cfg module.Configurator) + type AppModuleBasic struct + func NewAppModuleBasic(registry codectypes.InterfaceRegistry) AppModuleBasic + func (AppModuleBasic) DefaultGenesis(cdc codec.JSONCodec) json.RawMessage + func (AppModuleBasic) Name() string + func (AppModuleBasic) RegisterGRPCGatewayRoutes(clientCtx client.Context, mux *runtime.ServeMux) + func (AppModuleBasic) RegisterInterfaces(reg codectypes.InterfaceRegistry) + func (AppModuleBasic) RegisterLegacyAminoCodec(cdc *codec.LegacyAmino) + func (b AppModuleBasic) ValidateGenesis(cdc codec.JSONCodec, _ client.TxEncodingConfig, bz json.RawMessage) error + type Migrator struct + func NewMigrator(subspace paramstypes.Subspace, keeper *keeper.Keeper) Migrator + func (m Migrator) Migrate1to2(ctx sdk.Context) error + type ModuleInputs struct + Cdc codec.Codec + Config *modulev1.Module + Registry codectypes.InterfaceRegistry + Service store.KVStoreService + Subspace paramstypes.Subspace + type ModuleOutputs struct + Keeper *keeper.Keeper + Module appmodule.AppModule + func ProvideModule(in ModuleInputs) ModuleOutputs v1.0.0-rc.0 Oct 31, 2024