| Package | Description |
|---|---|
| io.gate.gateapi.api | |
| io.gate.gateapi.models |
| Modifier and Type | Method and Description |
|---|---|
void |
EarnUniApi.changeUniLend(PatchUniLend patchUniLend)
Amend lending order
Currently only supports amending the minimum interest rate (hour)
|
okhttp3.Call |
EarnUniApi.changeUniLendAsync(PatchUniLend patchUniLend,
ApiCallback<Void> _callback)
Amend lending order (asynchronously)
Currently only supports amending the minimum interest rate (hour)
|
okhttp3.Call |
EarnUniApi.changeUniLendCall(PatchUniLend patchUniLend,
ApiCallback _callback)
Build call for changeUniLend
|
ApiResponse<Void> |
EarnUniApi.changeUniLendWithHttpInfo(PatchUniLend patchUniLend)
Amend lending order
Currently only supports amending the minimum interest rate (hour)
|
| Modifier and Type | Method and Description |
|---|---|
PatchUniLend |
PatchUniLend.currency(String currency) |
PatchUniLend |
PatchUniLend.minRate(String minRate) |
Copyright © 2023. All rights reserved.