| Modifier and Type | Method and Description |
|---|---|
static PlaceOrder |
create(String tokenBuy,
BigInteger amountBuy,
String tokenSell,
BigInteger amountSell,
String address,
Long nonce,
Long expires,
byte v,
byte[] r,
byte[] s) |
static Order |
fromJson(com.fasterxml.jackson.databind.ObjectMapper mapper,
String body) |
String |
getEndpoint() |
String |
getPayload() |
Order |
parse(com.fasterxml.jackson.databind.ObjectMapper mapper,
String body) |
public String getEndpoint()
getEndpoint in interface Reqpublic String getPayload()
getPayload in interface Reqpublic static PlaceOrder create(String tokenBuy, BigInteger amountBuy, String tokenSell, BigInteger amountSell, String address, Long nonce, Long expires, byte v, byte[] r, byte[] s)
Copyright © 2019. All rights reserved.