public class WalletPreferences extends Object implements Serializable
| Constructor and Description |
|---|
WalletPreferences() |
public String toJSONString()
public org.json.JSONObject toJSONObject()
public static final WalletPreferences parseStringToObject(String jsonString)
public String getWalletAddress()
public Integer getDataVersion()
public Long getDefaultGas()
public String getCurrency()
public String getPhrase()
public String getPrincipalAccount()
public Boolean getEnableDelegation()
public Wallet getWallet()
public boolean isHasKeyOnServerSide()
public Set<AddressLabel> getAddresesLabels()
public void setWalletAddress(String walletAddress)
public void setDataVersion(Integer dataVersion)
public void setDefaultGas(Long defaultGas)
public void setCurrency(String currency)
public void setPhrase(String phrase)
public void setPrincipalAccount(String principalAccount)
public void setEnableDelegation(Boolean enableDelegation)
public void setWallet(Wallet wallet)
public void setHasKeyOnServerSide(boolean hasKeyOnServerSide)
public void setAddresesLabels(Set<AddressLabel> addresesLabels)
protected boolean canEqual(Object other)
Copyright © 2003–2019 eXo Platform SAS. All rights reserved.