| Package | Description |
|---|---|
| com.cml.idex | |
| com.cml.idex.packets |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Outcome> |
IDexAPI.cancel(org.web3j.crypto.Credentials credentials,
String orderHash)
Cancels an order associated with the address.
|
CompletableFuture<Outcome> |
IDexAPI.cancel(String orderHash,
String address,
long nonce,
byte v,
byte[] r,
byte[] s)
Cancels an order associated with the address.
|
CompletableFuture<Outcome> |
IDexAPI.withdraw(org.web3j.crypto.Credentials credentials,
BigInteger amount,
String token)
Withdraws funds associated with the address.
|
CompletableFuture<Outcome> |
IDexAPI.withdraw(org.web3j.crypto.Credentials credentials,
String contractAddress,
BigInteger amount,
String token,
long nonce)
Withdraws funds associated with the address.
|
CompletableFuture<Outcome> |
IDexAPI.withdraw(String address,
BigInteger amount,
String token,
long nonce,
byte v,
byte[] r,
byte[] s)
Withdraws funds associated with the address.
|
| Modifier and Type | Method and Description |
|---|---|
Outcome |
Withdraw.parse(com.fasterxml.jackson.databind.ObjectMapper mapper,
String json) |
Outcome |
CancelOrder.parse(com.fasterxml.jackson.databind.ObjectMapper mapper,
String body) |
Copyright © 2019. All rights reserved.