| Constructor and Description |
|---|
WithdrawSigParms(String contractAddress,
String token,
BigInteger amount,
String address,
long nonce) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
encode() |
String |
getAddress() |
BigInteger |
getAmount() |
String |
getContractAddress() |
long |
getNonce() |
String |
getToken() |
public WithdrawSigParms(String contractAddress, String token, BigInteger amount, String address, long nonce)
public String getContractAddress()
public String getToken()
public BigInteger getAmount()
public String getAddress()
public long getNonce()
public byte[] encode()
throws IOException
encode in interface SigParmsIOExceptionCopyright © 2019. All rights reserved.