Versions in this module Expand all Collapse all v6 v6.0.0 Aug 27, 2024 Changes in this version + const ModuleName + type AppModule struct + func NewAppModule(paramSpace paramstypes.Subspace) *AppModule + func (a AppModule) BeginBlock(context sdk.Context, block abci.RequestBeginBlock) + func (a AppModule) ConsensusVersion() uint64 + func (a AppModule) EndBlock(context sdk.Context, block 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) LegacyQuerierHandler(amino *codec.LegacyAmino) sdk.Querier + func (a AppModule) QuerierRoute() string + func (a AppModule) RegisterInvariants(registry sdk.InvariantRegistry) + func (a AppModule) RegisterServices(cfg module.Configurator) + func (a AppModule) Route() sdk.Route + type AppModuleBasic struct + 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(registry codectypes.InterfaceRegistry) + func (a AppModuleBasic) RegisterLegacyAminoCodec(amino *codec.LegacyAmino) + func (a AppModuleBasic) RegisterRESTRoutes(context client.Context, router *mux.Router) + func (a AppModuleBasic) ValidateGenesis(marshaler codec.JSONCodec, config client.TxEncodingConfig, ...) error + type GrpcQuerier struct + func NewGrpcQuerier(paramSource ParamSource) GrpcQuerier + func (g GrpcQuerier) Params(stdCtx context.Context, _ *types.QueryParamsRequest) (*types.QueryParamsResponse, error) + type ParamSource interface + Get func(ctx sdk.Context, key []byte, ptr interface{}) + Has func(ctx sdk.Context, key []byte) bool v6.0.0-rc.0 Jul 22, 2024 Other modules containing this package github.com/noble-assets/noble/v4 github.com/noble-assets/noble/v5 github.com/noble-assets/noble/v7