| Package | Description |
|---|---|
| io.gate.gateapi.api | |
| io.gate.gateapi.models |
| Modifier and Type | Method and Description |
|---|---|
LedgerRecord |
WithdrawalApi.cancelWithdrawal(String withdrawalId)
Cancel withdrawal with specified ID
|
LedgerRecord |
WithdrawalApi.withdraw(LedgerRecord ledgerRecord)
Withdraw
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<LedgerRecord> |
WithdrawalApi.cancelWithdrawalWithHttpInfo(String withdrawalId)
Cancel withdrawal with specified ID
|
List<LedgerRecord> |
WalletApi.APIlistWithdrawalsRequest.execute()
Execute listWithdrawals request
|
List<LedgerRecord> |
WalletApi.APIlistDepositsRequest.execute()
Execute listDeposits request
|
ApiResponse<List<LedgerRecord>> |
WalletApi.APIlistWithdrawalsRequest.executeWithHttpInfo()
Execute listWithdrawals request with HTTP info returned
|
ApiResponse<List<LedgerRecord>> |
WalletApi.APIlistDepositsRequest.executeWithHttpInfo()
Execute listDeposits request with HTTP info returned
|
ApiResponse<LedgerRecord> |
WithdrawalApi.withdrawWithHttpInfo(LedgerRecord ledgerRecord)
Withdraw
|
| Modifier and Type | Method and Description |
|---|---|
LedgerRecord |
WithdrawalApi.withdraw(LedgerRecord ledgerRecord)
Withdraw
|
okhttp3.Call |
WithdrawalApi.withdrawAsync(LedgerRecord ledgerRecord,
ApiCallback<LedgerRecord> _callback)
Withdraw (asynchronously)
|
okhttp3.Call |
WithdrawalApi.withdrawCall(LedgerRecord ledgerRecord,
ApiCallback _callback)
Build call for withdraw
|
ApiResponse<LedgerRecord> |
WithdrawalApi.withdrawWithHttpInfo(LedgerRecord ledgerRecord)
Withdraw
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
WithdrawalApi.cancelWithdrawalAsync(String withdrawalId,
ApiCallback<LedgerRecord> _callback)
Cancel withdrawal with specified ID (asynchronously)
|
okhttp3.Call |
WalletApi.APIlistWithdrawalsRequest.executeAsync(ApiCallback<List<LedgerRecord>> _callback)
Execute listWithdrawals request (asynchronously)
|
okhttp3.Call |
WalletApi.APIlistDepositsRequest.executeAsync(ApiCallback<List<LedgerRecord>> _callback)
Execute listDeposits request (asynchronously)
|
okhttp3.Call |
WithdrawalApi.withdrawAsync(LedgerRecord ledgerRecord,
ApiCallback<LedgerRecord> _callback)
Withdraw (asynchronously)
|
| Modifier and Type | Method and Description |
|---|---|
LedgerRecord |
LedgerRecord.address(String address) |
LedgerRecord |
LedgerRecord.amount(String amount) |
LedgerRecord |
LedgerRecord.chain(String chain) |
LedgerRecord |
LedgerRecord.currency(String currency) |
LedgerRecord |
LedgerRecord.memo(String memo) |
Copyright © 2021. All rights reserved.