Class MongoWalletAccount
java.lang.Object
dev.getelements.elements.dao.mongo.model.blockchain.MongoWalletAccount
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
void
setAddress
(String address) void
setEncrypted
(boolean encrypted) void
setPrivateKey
(String privateKey)
-
Constructor Details
-
MongoWalletAccount
public MongoWalletAccount() -
MongoWalletAccount
-
-
Method Details
-
getAddress
-
setAddress
-
getPrivateKey
-
setPrivateKey
-
isEncrypted
public boolean isEncrypted() -
setEncrypted
public void setEncrypted(boolean encrypted)
-