From 4365cd6401713b2e207d8c032c0558487e860154 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Tue, 28 Jul 2020 14:22:35 +0530 Subject: towards the new withdrawal API (temporarily breaks WebExtension wallet) --- src/types/walletTypes.ts | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/types/walletTypes.ts') diff --git a/src/types/walletTypes.ts b/src/types/walletTypes.ts index 95ec47b67..2ca95bf48 100644 --- a/src/types/walletTypes.ts +++ b/src/types/walletTypes.ts @@ -146,11 +146,6 @@ export interface ExchangeWithdrawDetails { walletVersion: string; } -export interface WithdrawalDetailsResponse { - bankWithdrawDetails: BankWithdrawDetails; - exchangeWithdrawDetails: ExchangeWithdrawDetails | undefined; -} - /** * Mapping from currency/exchange to detailed balance * information. -- cgit v1.2.3