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