Versions in this module Expand all Collapse all v10 v10.0.0 Aug 29, 2024 Changes in this version + const ConsensusVersion + func BeginBlocker(ctx context.Context, k keeper.Keeper) error + type AppModule struct + func NewAppModule(cdc codec.Codec, keeper keeper.Keeper, ak types.AccountKeeper) AppModule + func (AppModule) ConsensusVersion() uint64 + func (AppModule) GenerateGenesisState(simState *module.SimulationState) + func (AppModule) ProposalMsgs(_ module.SimulationState) []simtypes.WeightedProposalMsg + func (AppModule) WeightedOperations(_ module.SimulationState) []simtypes.WeightedOperation + func (am AppModule) BeginBlock(ctx context.Context) error + 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) + func (am AppModule) IsAppModule() + func (am AppModule) IsOnePerModuleType() + func (am AppModule) RegisterServices(cfg module.Configurator) + func (am AppModule) RegisterStoreDecoder(sdr simtypes.StoreDecoderRegistry) + type AppModuleBasic struct + func (AppModuleBasic) DefaultGenesis(cdc codec.JSONCodec) json.RawMessage + func (AppModuleBasic) Name() string + func (AppModuleBasic) RegisterGRPCGatewayRoutes(clientCtx client.Context, mux *gwruntime.ServeMux) + func (AppModuleBasic) RegisterLegacyAminoCodec(cdc *codec.LegacyAmino) + func (AppModuleBasic) ValidateGenesis(cdc codec.JSONCodec, _ client.TxEncodingConfig, bz json.RawMessage) error + func (b AppModuleBasic) RegisterInterfaces(r cdctypes.InterfaceRegistry) + type ModuleInputs struct + AccountKeeper types.AccountKeeper + BankKeeper types.BankKeeper + Cdc codec.Codec + Config *modulev1.Module + ModuleKey depinject.OwnModuleKey + StakingKeeper types.StakingKeeper + StoreService store.KVStoreService + type ModuleOutputs struct + MintKeeper keeper.Keeper + Module appmodule.AppModule + func ProvideModule(in ModuleInputs) ModuleOutputs Other modules containing this package github.com/axone-protocol/axoned/v11 github.com/axone-protocol/axoned/v7 github.com/axone-protocol/axoned/v8 github.com/axone-protocol/axoned/v9