Versions in this module Expand all Collapse all v5 v5.0.0 Aug 18, 2023 Changes in this version + type AppModule struct + func NewAppModule(keeper crosschainkeeper.Keeper, ss crosschaintypes.Subspace) AppModule + func (am AppModule) ConsensusVersion() uint64 + func (am AppModule) EndBlock(ctx sdk.Context, _ abci.RequestEndBlock) []abci.ValidatorUpdate + 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) []abci.ValidatorUpdate + func (am AppModule) LegacyQuerierHandler(*codec.LegacyAmino) sdk.Querier + func (am AppModule) QuerierRoute() string + func (am AppModule) RegisterInvariants(_ sdk.InvariantRegistry) + func (am AppModule) RegisterServices(cfg module.Configurator) + func (am AppModule) Route() sdk.Route + type AppModuleBasic struct + func (AppModuleBasic) DefaultGenesis(cdc codec.JSONCodec) json.RawMessage + func (AppModuleBasic) GetQueryCmd() *cobra.Command + func (AppModuleBasic) GetTxCmd() *cobra.Command + func (AppModuleBasic) Name() string + func (AppModuleBasic) RegisterGRPCGatewayRoutes(_ client.Context, _ *runtime.ServeMux) + func (AppModuleBasic) RegisterInterfaces(_ codectypes.InterfaceRegistry) + func (AppModuleBasic) RegisterLegacyAminoCodec(_ *codec.LegacyAmino) + func (AppModuleBasic) RegisterRESTRoutes(_ client.Context, _ *mux.Router) + func (AppModuleBasic) ValidateGenesis(cdc codec.JSONCodec, _ client.TxEncodingConfig, data json.RawMessage) error v5.0.0-rc0 Aug 8, 2023 Other modules containing this package github.com/functionx/fx-core github.com/functionx/fx-core/v2 github.com/functionx/fx-core/v3 github.com/functionx/fx-core/v4 github.com/functionx/fx-core/v6 github.com/functionx/fx-core/v7