Versions in this module Expand all Collapse all v0 v0.0.1 Jan 31, 2025 Changes in this version + type AppKeepers struct + AccountKeeper authkeeper.AccountKeeper + AuthzKeeper authzkeeper.Keeper + BankKeeper bankkeeper.Keeper + CapabilityKeeper *capabilitykeeper.Keeper + ConsensusParamsKeeper consensusparamkeeper.Keeper + CrisisKeeper *crisiskeeper.Keeper + DistrKeeper distrkeeper.Keeper + EvidenceKeeper evidencekeeper.Keeper + FeeGrantKeeper feegrantkeeper.Keeper + FeeMarketKeeper *feemarketkeeper.Keeper + GovKeeper *govkeeper.Keeper + IBCFeeKeeper ibcfeekeeper.Keeper + IBCKeeper *ibckeeper.Keeper + ICAControllerKeeper icacontrollerkeeper.Keeper + ICAHostKeeper icahostkeeper.Keeper + ICAModule ica.AppModule + MintKeeper mintkeeper.Keeper + PFMRouterKeeper *pfmrouterkeeper.Keeper + PFMRouterModule pfmrouter.AppModule + ParamsKeeper paramskeeper.Keeper + ProviderKeeper icsproviderkeeper.Keeper + ProviderModule icsprovider.AppModule + RateLimitModule ratelimit.AppModule + RatelimitKeeper ratelimitkeeper.Keeper + ScopedIBCKeeper capabilitykeeper.ScopedKeeper + ScopedICAControllerKeeper capabilitykeeper.ScopedKeeper + ScopedICAHostKeeper capabilitykeeper.ScopedKeeper + ScopedICSproviderkeeper capabilitykeeper.ScopedKeeper + ScopedTransferKeeper capabilitykeeper.ScopedKeeper + 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)