aboutsummaryrefslogtreecommitdiff
path: root/src/webex/wxApi.ts
diff options
context:
space:
mode:
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[]> {