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