aboutsummaryrefslogtreecommitdiff
path: root/src/webex/wxApi.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-07-11 13:26:07 +0530
committerFlorian Dold <florian.dold@gmail.com>2020-07-11 13:26:07 +0530
commitafda237e5fd4b4d243423f0b4b686a22b5ab5d8a (patch)
treef8838c2078d40bc5d82dc4980766d13b421e4143 /src/webex/wxApi.ts
parent6e688975c75c52fe69286531615952d56114fcc7 (diff)
downloadwallet-core-afda237e5fd4b4d243423f0b4b686a22b5ab5d8a.tar.xz
updated getWithdrawalDetailsForAmount
Diffstat (limited to 'src/webex/wxApi.ts')
-rw-r--r--src/webex/wxApi.ts11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/webex/wxApi.ts b/src/webex/wxApi.ts
index 1823f662c..0901005b5 100644
--- a/src/webex/wxApi.ts
+++ b/src/webex/wxApi.ts
@@ -104,17 +104,6 @@ async function callBackend<T extends MessageType>(
}
/**
- * Query the wallet for the coins that would be used to withdraw
- * from a given reserve.
- */
-export function getReserveCreationInfo(
- baseUrl: string,
- amount: AmountJson,
-): Promise<ExchangeWithdrawDetails> {
- return callBackend("reserve-creation-info", { baseUrl, amount });
-}
-
-/**
* Get all exchanges the wallet knows about.
*/
export function getExchanges(): Promise<ExchangeRecord[]> {