| Constructor and Description |
|---|
OrderSigParms(String contractAddress,
String tokenBuy,
BigInteger amountBuy,
String tokenSell,
BigInteger amountSell,
long expires,
long nonce,
String address) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
encode() |
String |
getAddress() |
BigInteger |
getAmountBuy() |
BigInteger |
getAmountSell() |
String |
getContractAddress() |
long |
getExpires() |
long |
getNonce() |
String |
getTokenBuy() |
String |
getTokenSell() |
public OrderSigParms(String contractAddress, String tokenBuy, BigInteger amountBuy, String tokenSell, BigInteger amountSell, long expires, long nonce, String address)
public String getContractAddress()
public String getTokenBuy()
public BigInteger getAmountBuy()
public String getTokenSell()
public BigInteger getAmountSell()
public long getExpires()
public long getNonce()
public String getAddress()
public byte[] encode()
throws IOException
encode in interface SigParmsIOExceptionCopyright © 2019. All rights reserved.