summaryrefslogtreecommitdiff
path: root/src/webex/wxApi.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/webex/wxApi.ts')
-rw-r--r--src/webex/wxApi.ts4
1 files changed, 2 insertions, 2 deletions
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<void> {
/**
* Get balances for all currencies/exchanges.
*/
-export function getBalance(): Promise<WalletBalance> {
+export function getBalance(): Promise<BalancesResponse> {
return callBackend("balances", {});
}