public class WalletObject extends Object
| Constructor and Description |
|---|
WalletObject() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCipher_keys() |
String |
getCipher_type() |
AccountName |
getName() |
String |
getSalt() |
void |
setCipher_keys(String cipher_keys) |
void |
setCipher_type(String cipher_type) |
void |
setName(AccountName name) |
void |
setSalt(String salt) |
String |
toString() |
public String getCipher_keys()
public void setCipher_keys(String cipher_keys)
public String getCipher_type()
public void setCipher_type(String cipher_type)
public String getSalt()
public void setSalt(String salt)
public AccountName getName()
public void setName(AccountName name)
Copyright © 2019. All rights reserved.