Uses of Class
dev.getelements.elements.dao.mongo.model.blockchain.MongoWallet
Packages that use MongoWallet
Package
Description
-
Uses of MongoWallet in dev.getelements.elements.dao.mongo.blockchain
Methods in dev.getelements.elements.dao.mongo.blockchain that return types with arguments of type MongoWalletModifier and TypeMethodDescriptionMongoWalletDao.findMongoWallet(String walletId) MongoWalletDao.findMongoWalletForUser(String walletId, String userId) MongoWalletDao.findMongoWalletInVault(String walletId, String vaultId) -
Uses of MongoWallet in dev.getelements.elements.dao.mongo.mapper
Methods in dev.getelements.elements.dao.mongo.mapper that return MongoWalletModifier and TypeMethodDescriptionMongoDBMapper.toMongoWallet(Wallet source) Deprecated.MongoDBMapperImpl.toMongoWallet(Wallet source) Deprecated.Methods in dev.getelements.elements.dao.mongo.mapper with parameters of type MongoWalletModifier and TypeMethodDescriptionMongoDBMapper.toWallet(MongoWallet source) Deprecated.MongoDBMapperImpl.toWallet(MongoWallet source) Deprecated.