public class TradeReq extends Object
| Constructor and Description |
|---|
TradeReq(String address,
BigInteger amount,
String orderHash,
long nonce,
byte v,
byte[] r,
byte[] s) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAddress() |
BigInteger |
getAmount() |
long |
getNonce() |
String |
getOrderHash() |
byte[] |
getR() |
byte[] |
getS() |
byte |
getV() |
public TradeReq(String address, BigInteger amount, String orderHash, long nonce, byte v, byte[] r, byte[] s)
public String getAddress()
public BigInteger getAmount()
public String getOrderHash()
public long getNonce()
public byte getV()
public byte[] getR()
public byte[] getS()
Copyright © 2019. All rights reserved.