Versions in this module Expand all Collapse all v0 v0.1.0 Jun 6, 2023 Changes in this version + type AppKeepers struct + AccountKeeper authkeeper.AccountKeeper + AuthzKeeper authzkeeper.Keeper + BankKeeper bankkeeper.Keeper + BetKeeper betmodulekeeper.Keeper + BetModule betmodule.AppModule + CapabilityKeeper *capabilitykeeper.Keeper + CrisisKeeper crisiskeeper.Keeper + DVMKeeper dvmmodulekeeper.Keeper + DVMModule dvmmodule.AppModule + DistrKeeper distrkeeper.Keeper + EvidenceKeeper evidencekeeper.Keeper + FeeGrantKeeper feegrantkeeper.Keeper + GovKeeper govkeeper.Keeper + HouseKeeper housemodulekeeper.Keeper + HouseModule housemodule.AppModule + IBCKeeper *ibckeeper.Keeper + ICAControllerKeeper icacontrollerkeeper.Keeper + ICAHostKeeper icahostkeeper.Keeper + ICAModule ica.AppModule + MintKeeper mintkeeper.Keeper + OrderBookKeeper orderbookmodulekeeper.Keeper + OrderBookModule orderbookmodule.AppModule + ParamsKeeper paramskeeper.Keeper + ScopedIBCKeeper capabilitykeeper.ScopedKeeper + ScopedICAControllerKeeper capabilitykeeper.ScopedKeeper + ScopedICAHostKeeper capabilitykeeper.ScopedKeeper + ScopedTransferKeeper capabilitykeeper.ScopedKeeper + SlashingKeeper slashingkeeper.Keeper + SportEventKeeper sporteventmodulekeeper.Keeper + SportEventModule sporteventmodule.AppModule + StakingKeeper stakingkeeper.Keeper + StrategicReserveKeeper strategicreservemodulekeeper.Keeper + StrategicReserveModule strategicreservemodule.AppModule + TransferKeeper ibctransferkeeper.Keeper + TransferModule transfer.AppModule + UpgradeKeeper upgradekeeper.Keeper + func NewAppKeeper(appCodec codec.Codec, bApp *baseapp.BaseApp, cdc *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