Versions in this module Expand all Collapse all v26 v26.0.0 Dec 21, 2024 Changes in this version + const ConsensusVersion + const ModuleName + func DefaultGenesisState() *types.GenesisState + func EndBlocker(ctx sdk.Context, k keeper.Keeper) + func ExportGenesis(ctx sdk.Context, k keeper.Keeper) *types.GenesisState + func GetGenesisStateFromAppState(cdc codec.Codec, appState map[string]json.RawMessage) *types.GenesisState + func InitGenesis(ctx sdk.Context, k keeper.Keeper, data types.GenesisState) + func NewGenesisState(params types.Params) *types.GenesisState + func ValidateGenesis(data types.GenesisState) error + type AppModule struct + func NewAppModule(cdc codec.Codec, keeper keeper.Keeper) *AppModule + func (a AppModule) BeginBlock(_ sdk.Context, _ abci.RequestBeginBlock) + func (a AppModule) ConsensusVersion() uint64 + func (a AppModule) EndBlock(ctx sdk.Context, _ abci.RequestEndBlock) []abci.ValidatorUpdate + func (a AppModule) ExportGenesis(ctx sdk.Context, marshaler codec.JSONCodec) json.RawMessage + func (a AppModule) InitGenesis(ctx sdk.Context, marshaler codec.JSONCodec, message json.RawMessage) []abci.ValidatorUpdate + func (a AppModule) QuerierRoute() string + func (a AppModule) RegisterInvariants(_ sdk.InvariantRegistry) + func (a AppModule) RegisterServices(cfg module.Configurator) + type AppModuleBasic struct + func (AppModuleBasic) RegisterLegacyAminoCodec(cdc *codec.LegacyAmino) + 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, mux *runtime.ServeMux) + func (a AppModuleBasic) RegisterInterfaces(r codectypes.InterfaceRegistry) + func (a AppModuleBasic) RegisterRESTRoutes(_ client.Context, _ *mux.Router) + func (a AppModuleBasic) ValidateGenesis(marshaler codec.JSONCodec, _ client.TxEncodingConfig, message json.RawMessage) error Other modules containing this package github.com/CosmosContracts/juno/v17 github.com/CosmosContracts/juno/v18 github.com/CosmosContracts/juno/v19 github.com/CosmosContracts/juno/v21 github.com/CosmosContracts/juno/v22 github.com/CosmosContracts/juno/v23 github.com/CosmosContracts/juno/v24 github.com/CosmosContracts/juno/v25