| Constructor and Description |
|---|
Withdraw(String address,
BigInteger amount,
String token,
long nonce,
byte v,
byte[] r,
byte[] s) |
| Modifier and Type | Method and Description |
|---|---|
static Withdraw |
create(String address,
BigInteger amount,
String token,
long nonce,
byte v,
byte[] r,
byte[] s) |
String |
getEndpoint() |
String |
getPayload() |
Outcome |
parse(com.fasterxml.jackson.databind.ObjectMapper mapper,
String json) |
public Withdraw(String address, BigInteger amount, String token, long nonce, byte v, byte[] r, byte[] s)
public String getEndpoint()
getEndpoint in interface Reqpublic String getPayload()
getPayload in interface Reqpublic static Withdraw create(String address, BigInteger amount, String token, long nonce, byte v, byte[] r, byte[] s)
Copyright © 2019. All rights reserved.