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