Versions in this module Expand all Collapse all v5 v5.0.0 Aug 18, 2023 Changes in this version + type AppKeepers struct + AccountKeeper authkeeper.AccountKeeper + AuthzKeeper fxauthzkeeper.Keeper + BankKeeper bankkeeper.Keeper + CapabilityKeeper *capabilitykeeper.Keeper + CrisisKeeper crisiskeeper.Keeper + CrosschainKeeper crosschainkeeper.RouterKeeper + DistrKeeper distrkeeper.Keeper + Erc20Keeper erc20keeper.Keeper + EvidenceKeeper evidencekeeper.Keeper + EvmKeeper *fxevmkeeper.Keeper + FeeGrantKeeper feegrantkeeper.Keeper + FeeMarketKeeper feemarketkeeper.Keeper + FxTransferKeeper fxtransferkeeper.Keeper + GovKeeper fxgovkeeper.Keeper + IBCKeeper *ibckeeper.Keeper + IBCTransferKeeper ibctransferkeeper.Keeper + MigrateKeeper migratekeeper.Keeper + MintKeeper mintkeeper.Keeper + ParamsKeeper paramskeeper.Keeper + ScopedIBCKeeper capabilitykeeper.ScopedKeeper + ScopedTransferKeeper capabilitykeeper.ScopedKeeper + SlashingKeeper fxslashingkeeper.Keeper + StakingKeeper fxstakingkeeper.Keeper + UpgradeKeeper upgradekeeper.Keeper + func NewAppKeeper(appCodec codec.Codec, bApp *baseapp.BaseApp, legacyAmino *codec.LegacyAmino, ...) *AppKeepers + func (appKeepers *AppKeepers) AppCodec() codec.Codec + func (appKeepers *AppKeepers) EvmPrecompiled() + func (appKeepers *AppKeepers) GetKVStoreKey() map[string]*storetypes.KVStoreKey + func (appKeepers *AppKeepers) GetKey(storeKey string) *storetypes.KVStoreKey + func (appKeepers *AppKeepers) GetMemKey(storeKey string) *storetypes.MemoryStoreKey + func (appKeepers *AppKeepers) GetMemoryStoreKey() map[string]*storetypes.MemoryStoreKey + func (appKeepers *AppKeepers) GetSubspace(moduleName string) paramstypes.Subspace + func (appKeepers *AppKeepers) GetTKey(storeKey string) *storetypes.TransientStoreKey + func (appKeepers *AppKeepers) GetTransientStoreKey() map[string]*storetypes.TransientStoreKey + func (appKeepers *AppKeepers) LegacyAmino() *codec.LegacyAmino + type CrossChainKeepers struct + ArbitrumKeeper crosschainkeeper.Keeper + AvalancheKeeper crosschainkeeper.Keeper + BscKeeper crosschainkeeper.Keeper + EthKeeper crosschainkeeper.Keeper + OptimismKeeper crosschainkeeper.Keeper + PolygonKeeper crosschainkeeper.Keeper + TronKeeper tronkeeper.Keeper v5.0.0-rc0 Aug 8, 2023 Other modules containing this package github.com/functionx/fx-core/v3 github.com/functionx/fx-core/v4 github.com/functionx/fx-core/v6 github.com/functionx/fx-core/v7