Versions in this module Expand all Collapse all v3 v3.0.0 Dec 9, 2024 Changes in this version + var AppModuleBasics = module.NewBasicManager(auth.AppModuleBasic{}, vesting.AppModuleBasic{}, bank.AppModuleBasic{}, ...) + type AppKeepers struct + AccountKeeper authkeeper.AccountKeeper + AssetsKeeper *assetskeeper.Keeper + AuthzKeeper authzkeeper.Keeper + BankKeeper bankkeeper.BaseKeeper + CapabilityKeeper *capabilitykeeper.Keeper + ConsensusParamsKeeper consensusparamkeeper.Keeper + CrisisKeeper *crisiskeeper.Keeper + DistrKeeper distrkeeper.Keeper + EvidenceKeeper evidencekeeper.Keeper + FeeGrantKeeper feegrantkeeper.Keeper + FeeMarketKeeper *feemarketkeeper.Keeper + GovKeeper *govkeeper.Keeper + GroupKeeper groupkeeper.Keeper + IBCFeeKeeper ibcfeekeeper.Keeper + IBCKeeper *ibckeeper.Keeper + LiquidVestingKeeper *liquidvestingkeeper.Keeper + MarketMapKeeper *marketmapkeeper.Keeper + MintKeeper mintkeeper.Keeper + OperatorsKeeper *operatorskeeper.Keeper + OracleKeeper *oraclekeeper.Keeper + PFMRouterKeeper *pfmrouterkeeper.Keeper + PFMRouterModule pfmrouter.AppModule + ParamsKeeper paramskeeper.Keeper + PoolsKeeper *poolskeeper.Keeper + ProviderKeeper icsproviderkeeper.Keeper + ProviderModule icsprovider.AppModule + RateLimitKeeper *ratelimitkeeper.Keeper + RateLimitModule ratelimit.AppModule + RestakingKeeper *restakingkeeper.Keeper + RewardsKeeper *rewardskeeper.Keeper + ScopedIBCKeeper capabilitykeeper.ScopedKeeper + ScopedICSproviderkeeper capabilitykeeper.ScopedKeeper + ScopedTransferKeeper capabilitykeeper.ScopedKeeper + ServicesKeeper *serviceskeeper.Keeper + SlashingKeeper slashingkeeper.Keeper + StakingKeeper *stakingkeeper.Keeper + TransferKeeper ibctransferkeeper.Keeper + TransferModule transfer.AppModule + UpgradeKeeper *upgradekeeper.Keeper + WasmKeeper wasmkeeper.Keeper + func NewAppKeeper(appCodec codec.Codec, bApp *baseapp.BaseApp, legacyAmino *codec.LegacyAmino, ...) AppKeepers + func (appKeepers *AppKeepers) GenerateKeys() + 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 + type DefaultFeemarketDenomResolver struct + func (r *DefaultFeemarketDenomResolver) ConvertToDenom(_ sdk.Context, coin sdk.DecCoin, denom string) (sdk.DecCoin, error) + func (r *DefaultFeemarketDenomResolver) ExtraDenoms(_ sdk.Context) ([]string, error) v3.0.0-ceers Dec 18, 2024 Other modules containing this package github.com/milkyway-labs/milkyway github.com/milkyway-labs/milkyway/v2 github.com/milkyway-labs/milkyway/v4 github.com/milkyway-labs/milkyway/v5 github.com/milkyway-labs/milkyway/v6 github.com/milkyway-labs/milkyway/v7 github.com/milkyway-labs/milkyway/v9