Uses of Class
dev.getelements.elements.sdk.model.blockchain.wallet.WalletAccount
Packages that use WalletAccount
Package
Description
-
Uses of WalletAccount in dev.getelements.elements.dao.mongo.mapper
Methods in dev.getelements.elements.dao.mongo.mapper that return WalletAccountModifier and TypeMethodDescriptionMongoDBMapper.toWalletAccount(MongoWalletAccount source) Deprecated.MongoDBMapperImpl.toWalletAccount(MongoWalletAccount source) Deprecated.Methods in dev.getelements.elements.dao.mongo.mapper that return types with arguments of type WalletAccountModifier and TypeMethodDescriptionprotected List<WalletAccount> MongoDBMapperImpl.mongoWalletAccountListToWalletAccountList(List<MongoWalletAccount> list) Deprecated.Methods in dev.getelements.elements.dao.mongo.mapper with parameters of type WalletAccountModifier and TypeMethodDescriptionMongoDBMapper.toMongoWalletAccount(WalletAccount source) Deprecated.MongoDBMapperImpl.toMongoWalletAccount(WalletAccount source) Deprecated.Method parameters in dev.getelements.elements.dao.mongo.mapper with type arguments of type WalletAccountModifier and TypeMethodDescriptionprotected List<MongoWalletAccount> MongoDBMapperImpl.walletAccountListToMongoWalletAccountList(List<WalletAccount> list) Deprecated. -
Uses of WalletAccount in dev.getelements.elements.dao.mongo.model.blockchain
Constructors in dev.getelements.elements.dao.mongo.model.blockchain with parameters of type WalletAccount -
Uses of WalletAccount in dev.getelements.elements.sdk.model.blockchain.wallet
Methods in dev.getelements.elements.sdk.model.blockchain.wallet that return types with arguments of type WalletAccountMethod parameters in dev.getelements.elements.sdk.model.blockchain.wallet with type arguments of type WalletAccount -
Uses of WalletAccount in dev.getelements.elements.sdk.service.blockchain.crypto
Methods in dev.getelements.elements.sdk.service.blockchain.crypto that return WalletAccountModifier and TypeMethodDescriptionWalletAccountFactory.AccountGenerator.generate()Generates aWalletAccountunencrypted in raw form.Methods in dev.getelements.elements.sdk.service.blockchain.crypto that return types with arguments of type WalletAccountModifier and TypeMethodDescriptionStandardWalletCryptoUtilities.decrypt(VaultKey unencryptedVaultKey, WalletAccount encryptedWalletAccount) WalletCryptoUtilities.decrypt(VaultKey unencryptedVaultKey, WalletAccount encryptedWalletAccount) Decrypts the wallet.Methods in dev.getelements.elements.sdk.service.blockchain.crypto with parameters of type WalletAccountModifier and TypeMethodDescriptionStandardWalletCryptoUtilities.decrypt(VaultKey unencryptedVaultKey, WalletAccount encryptedWalletAccount) WalletCryptoUtilities.decrypt(VaultKey unencryptedVaultKey, WalletAccount encryptedWalletAccount) Decrypts the wallet. -
Uses of WalletAccount in dev.getelements.elements.sdk.service.blockchain.invoke
Methods in dev.getelements.elements.sdk.service.blockchain.invoke that return WalletAccountMethods in dev.getelements.elements.sdk.service.blockchain.invoke with parameters of type WalletAccountModifier and TypeMethodDescriptionvoidInvocationScope.setWalletAccount(WalletAccount walletAccount) -
Uses of WalletAccount in dev.getelements.elements.service.blockchain.crypto
Methods in dev.getelements.elements.service.blockchain.crypto that return WalletAccount