From 732e764b376dff6b0262b869b29dbdee0c455a0e Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Tue, 28 Jul 2020 23:17:12 +0530 Subject: new balances API, remove defunct 'return funds to own account' implementation --- src/webex/wxApi.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/webex/wxApi.ts') diff --git a/src/webex/wxApi.ts b/src/webex/wxApi.ts index 99a581007..4e11463d6 100644 --- a/src/webex/wxApi.ts +++ b/src/webex/wxApi.ts @@ -34,12 +34,12 @@ import { ConfirmPayResult, SenderWireInfos, TipStatus, - WalletBalance, PurchaseDetails, WalletDiagnostics, PreparePayResult, AcceptWithdrawalResponse, ExtendedPermissionsResponse, + BalancesResponse, } from "../types/walletTypes"; /** @@ -185,7 +185,7 @@ export function resetDb(): Promise { /** * Get balances for all currencies/exchanges. */ -export function getBalance(): Promise { +export function getBalance(): Promise { return callBackend("balances", {}); } -- cgit v1.2.3