Versions in this module Expand all Collapse all v25 v25.0.0 Sep 23, 2024 Changes in this version + const ConsensusVersion + const ModuleName + type AppModule struct + func NewAppModule(cdc codec.Codec, keeper keeper.Keeper, debondDenom string) *AppModule + func (a AppModule) BeginBlock(_ sdk.Context, _ abci.RequestBeginBlock) + func (a AppModule) ConsensusVersion() uint64 + func (a AppModule) EndBlock(_ 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 + type GrpcQuerier struct + func NewGrpcQuerier(k keeper.Keeper) GrpcQuerier + func (g GrpcQuerier) MinimumGasPrices(stdCtx context.Context, _ *types.QueryMinimumGasPricesRequest) (*types.QueryMinimumGasPricesResponse, error) Other modules containing this package github.com/CosmosContracts/juno/v16 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