Uses of Class
org.exoplatform.wallet.dao.WalletPrivateKeyDAO
-
Packages that use WalletPrivateKeyDAO Package Description org.exoplatform.wallet.storage org.exoplatform.wallet.storage.cached -
-
Uses of WalletPrivateKeyDAO in org.exoplatform.wallet.storage
Constructors in org.exoplatform.wallet.storage with parameters of type WalletPrivateKeyDAO Constructor Description WalletStorage(WalletAccountDAO walletAccountDAO, 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 WalletPrivateKeyDAO Constructor Description CachedAccountStorage(org.exoplatform.services.cache.CacheService cacheService, WalletAccountDAO walletAccountDAO, WalletPrivateKeyDAO privateKeyDAO, WalletBlockchainStateDAO blockchainStateDAO, org.exoplatform.web.security.codec.CodecInitializer codecInitializer)
-