Uses of Class
dev.getelements.elements.sdk.model.blockchain.wallet.Wallet
Packages that use Wallet
Package
Description
-
Uses of Wallet in dev.getelements.elements.dao.mongo.blockchain
Methods in dev.getelements.elements.dao.mongo.blockchain that return WalletModifier and TypeMethodDescriptionMongoWalletDao.createWallet
(Wallet wallet) MongoWalletDao.getSingleWalletFromVaultForNetwork
(String vaultId, BlockchainNetwork blockchainNetwork) MongoWalletDao.updateWallet
(Wallet wallet) Methods in dev.getelements.elements.dao.mongo.blockchain that return types with arguments of type WalletModifier and TypeMethodDescriptionMongoWalletDao.findWallet
(String walletId) MongoWalletDao.findWalletForUser
(String walletId, String userId) MongoWalletDao.findWalletInVault
(String walletId, String vaultId) MongoWalletDao.getWallets
(int offset, int count, String vaultId, String userId, BlockchainApi protocol, List<BlockchainNetwork> networks) Methods in dev.getelements.elements.dao.mongo.blockchain with parameters of type WalletModifier and TypeMethodDescriptionMongoWalletDao.createWallet
(Wallet wallet) MongoWalletDao.updateWallet
(Wallet wallet) -
Uses of Wallet in dev.getelements.elements.dao.mongo.mapper
Methods in dev.getelements.elements.dao.mongo.mapper that return WalletModifier and TypeMethodDescriptionMongoDBMapper.toWallet
(MongoWallet source) MongoDBMapperImpl.toWallet
(MongoWallet source) Methods in dev.getelements.elements.dao.mongo.mapper with parameters of type WalletModifier and TypeMethodDescriptionMongoDBMapper.toMongoWallet
(Wallet source) MongoDBMapperImpl.toMongoWallet
(Wallet source) -
Uses of Wallet in dev.getelements.elements.rest.blockchain
Methods in dev.getelements.elements.rest.blockchain that return WalletModifier and TypeMethodDescriptionVaultWalletResource.createWallet
(String vaultId, CreateWalletRequest request) VaultWalletResource.updateWallet
(String vaultId, String walletId, UpdateWalletRequest request) Methods in dev.getelements.elements.rest.blockchain that return types with arguments of type WalletModifier and TypeMethodDescriptionVaultWalletResource.getWallets
(int offset, int count, String userId, BlockchainApi api, List<BlockchainNetwork> network, String vaultId) -
Uses of Wallet in dev.getelements.elements.sdk.dao
Methods in dev.getelements.elements.sdk.dao that return WalletModifier and TypeMethodDescriptionWalletDao.createWallet
(Wallet wallet) Creates a new Wallet.WalletDao.getSingleWalletFromVaultForNetwork
(String vaultId, BlockchainNetwork blockchainNetwork) Attempts to find a single wallet for the supplied vault ID and blockchain network.default Wallet
Fetches a specificWallet
instance based on ID.default Wallet
WalletDao.getWalletForUser
(String walletId, String userId) Fetches a specificWallet
instance based on ID.default Wallet
WalletDao.getWalletInVault
(String walletId, String vaultId) Fetches a specificWallet
instance based on ID.WalletDao.updateWallet
(Wallet Wallet) Updates the suppliedWallet
.Methods in dev.getelements.elements.sdk.dao that return types with arguments of type WalletModifier and TypeMethodDescriptionWalletDao.findWallet
(String walletId) Finds aWallet
based on wallet id.WalletDao.findWalletForUser
(String walletId, String userId) Finds a wallet belonging to the specified user..WalletDao.findWalletInVault
(String walletId, String vaultId) Finds a wallet in the specified vault.WalletDao.getWallets
(int offset, int count, String vaultId, String userId, BlockchainApi protocol, List<BlockchainNetwork> networks) Lists allWallet
instances, specifying a search query.Methods in dev.getelements.elements.sdk.dao with parameters of type WalletModifier and TypeMethodDescriptionWalletDao.createWallet
(Wallet wallet) Creates a new Wallet.WalletDao.updateWallet
(Wallet Wallet) Updates the suppliedWallet
. -
Uses of Wallet in dev.getelements.elements.sdk.service.blockchain
Methods in dev.getelements.elements.sdk.service.blockchain that return WalletModifier and TypeMethodDescriptionWalletService.createWallet
(String vaultId, CreateWalletRequest createWalletRequest) Creates a new Wallet.Fetches a specificWallet
instance based on ID or name.WalletService.getWalletInVault
(String walletId, String vaultId) Fetches wallet from the supplied vault.WalletService.updateWallet
(String vaultId, String walletId, UpdateWalletRequest walletUpdateRequest) Updates the suppliedWallet
.Methods in dev.getelements.elements.sdk.service.blockchain that return types with arguments of type WalletModifier and TypeMethodDescriptionWalletService.getWallets
(int offset, int count, String vaultId, String userId, BlockchainApi protocol, List<BlockchainNetwork> networks) Lists allWallet
instances, specifying a search query. -
Uses of Wallet in dev.getelements.elements.sdk.service.blockchain.crypto
Methods in dev.getelements.elements.sdk.service.blockchain.crypto that return WalletMethods in dev.getelements.elements.sdk.service.blockchain.crypto that return types with arguments of type WalletModifier and TypeMethodDescriptionDecrypts the wallet.Methods in dev.getelements.elements.sdk.service.blockchain.crypto with parameters of type Wallet -
Uses of Wallet in dev.getelements.elements.sdk.service.blockchain.invoke
Methods in dev.getelements.elements.sdk.service.blockchain.invoke that return WalletMethods in dev.getelements.elements.sdk.service.blockchain.invoke with parameters of type Wallet -
Uses of Wallet in dev.getelements.elements.service.blockchain.omni
Methods in dev.getelements.elements.service.blockchain.omni that return WalletModifier and TypeMethodDescriptionSuperUserWalletService.createWallet
(String vaultId, CreateWalletRequest createWalletRequest) UserWalletService.createWallet
(String vaultId, CreateWalletRequest createWalletRequest) SuperUserWalletService.getWalletInVault
(String walletId, String vaultId) UserWalletService.getWalletInVault
(String walletId, String vaultId) SuperUserWalletService.updateWallet
(String vaultId, String walletId, UpdateWalletRequest walletUpdateRequest) UserWalletService.updateWallet
(String vaultId, String walletId, UpdateWalletRequest walletUpdateRequest) Methods in dev.getelements.elements.service.blockchain.omni that return types with arguments of type WalletModifier and TypeMethodDescriptionSuperUserWalletService.getWallets
(int offset, int count, String vaultId, String userId, BlockchainApi protocol, List<BlockchainNetwork> networks) UserWalletService.getWallets
(int offset, int count, String vaultId, String userId, BlockchainApi protocol, List<BlockchainNetwork> networks) Methods in dev.getelements.elements.service.blockchain.omni with parameters of type Wallet