Class APIV1Wallet
- java.lang.Object
-
- com.algorand.algosdk.kmd.client.model.APIV1Wallet
-
public class APIV1Wallet extends Object
APIV1Wallet is the API's representation of a wallet
-
-
Constructor Summary
Constructors Constructor Description APIV1Wallet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description APIV1Wallet
addSupportedTxsItem(String supportedTxsItem)
APIV1Wallet
driverName(String driverName)
APIV1Wallet
driverVersion(Long driverVersion)
boolean
equals(Object o)
String
getDriverName()
Get driverNameLong
getDriverVersion()
Get driverVersionString
getId()
Get idString
getName()
Get nameList<String>
getSupportedTxs()
Get supportedTxsint
hashCode()
APIV1Wallet
id(String id)
Boolean
isMnemonicUx()
Get mnemonicUxAPIV1Wallet
mnemonicUx(Boolean mnemonicUx)
APIV1Wallet
name(String name)
void
setDriverName(String driverName)
void
setDriverVersion(Long driverVersion)
void
setId(String id)
void
setMnemonicUx(Boolean mnemonicUx)
void
setName(String name)
void
setSupportedTxs(List<String> supportedTxs)
APIV1Wallet
supportedTxs(List<String> supportedTxs)
String
toString()
-
-
-
Method Detail
-
driverName
public APIV1Wallet driverName(String driverName)
-
getDriverName
public String getDriverName()
Get driverName- Returns:
- driverName
-
setDriverName
public void setDriverName(String driverName)
-
driverVersion
public APIV1Wallet driverVersion(Long driverVersion)
-
getDriverVersion
public Long getDriverVersion()
Get driverVersion- Returns:
- driverVersion
-
setDriverVersion
public void setDriverVersion(Long driverVersion)
-
id
public APIV1Wallet id(String id)
-
getId
public String getId()
Get id- Returns:
- id
-
setId
public void setId(String id)
-
mnemonicUx
public APIV1Wallet mnemonicUx(Boolean mnemonicUx)
-
isMnemonicUx
public Boolean isMnemonicUx()
Get mnemonicUx- Returns:
- mnemonicUx
-
setMnemonicUx
public void setMnemonicUx(Boolean mnemonicUx)
-
name
public APIV1Wallet name(String name)
-
getName
public String getName()
Get name- Returns:
- name
-
setName
public void setName(String name)
-
supportedTxs
public APIV1Wallet supportedTxs(List<String> supportedTxs)
-
addSupportedTxsItem
public APIV1Wallet addSupportedTxsItem(String supportedTxsItem)
-
-