From 85a095fa7d4d31e1e84e5e096fa28c59f3cd1918 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 16 Jul 2020 22:52:56 +0530 Subject: manual withdrawal --- src/webex/wxApi.ts | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'src/webex/wxApi.ts') diff --git a/src/webex/wxApi.ts b/src/webex/wxApi.ts index 47e73ca4c..de37b3639 100644 --- a/src/webex/wxApi.ts +++ b/src/webex/wxApi.ts @@ -32,7 +32,6 @@ import { import { BenchmarkResult, ConfirmPayResult, - ExchangeWithdrawDetails, SenderWireInfos, TipStatus, WalletBalance, @@ -172,13 +171,6 @@ export function confirmPay( return callBackend("confirm-pay", { proposalId, sessionId }); } -/** - * Mark a reserve as confirmed. - */ -export function confirmReserve(reservePub: string): Promise { - return callBackend("confirm-reserve", { reservePub }); -} - /** * Check upgrade information */ @@ -186,17 +178,6 @@ export function checkUpgrade(): Promise { return callBackend("check-upgrade", {}); } -/** - * Create a reserve. - */ -export function createReserve(args: { - amount: AmountJson; - exchange: string; - senderWire?: string; -}): Promise { - return callBackend("create-reserve", args); -} - /** * Reset database */ -- cgit v1.2.3