Uses of Class
io.meeds.wallet.dao.WalletAccountDAO
Packages that use WalletAccountDAO
-
Uses of WalletAccountDAO in io.meeds.wallet.storage
Constructors in io.meeds.wallet.storage with parameters of type WalletAccountDAOModifierConstructorDescriptionWalletStorage(WalletAccountDAO walletAccountDAO, WalletAccountBackupDAO walletAccountBackupDAO, WalletPrivateKeyDAO privateKeyDAO, WalletBlockchainStateDAO blockchainStateDAO, org.exoplatform.web.security.codec.CodecInitializer codecInitializer) -
Uses of WalletAccountDAO in io.meeds.wallet.storage.cached
Constructors in io.meeds.wallet.storage.cached with parameters of type WalletAccountDAOModifierConstructorDescriptionCachedAccountStorage(org.exoplatform.services.cache.CacheService cacheService, WalletAccountDAO walletAccountDAO, WalletAccountBackupDAO walletAccountBackupDAO, WalletPrivateKeyDAO privateKeyDAO, WalletBlockchainStateDAO blockchainStateDAO, org.exoplatform.web.security.codec.CodecInitializer codecInitializer)