Class WalletAccount
java.lang.Object
dev.getelements.elements.sdk.model.blockchain.wallet.WalletAccount
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
boolean
void
setAddress
(String address) void
setEncrypted
(boolean encrypted) void
setPrivateKey
(String privateKey) toString()
-
Constructor Details
-
WalletAccount
public WalletAccount()
-
-
Method Details
-
getAddress
-
setAddress
-
getPrivateKey
-
setPrivateKey
-
isEncrypted
public boolean isEncrypted() -
setEncrypted
public void setEncrypted(boolean encrypted) -
equals
-
hashCode
public int hashCode() -
toString
-