summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/wallet.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2024-02-16 00:30:25 +0100
committerFlorian Dold <florian@dold.me>2024-02-16 00:30:25 +0100
commitc909d6fc0657002a2e5d117e98b9685f7a04a9d4 (patch)
treed03d65354a12c5946025b04c939b04b49328b425 /packages/taler-wallet-core/src/wallet.ts
parent490ef893e04d0515c3093a5a3e1cf14e707f3ea6 (diff)
downloadwallet-core-c909d6fc0657002a2e5d117e98b9685f7a04a9d4.tar.gz
wallet-core-c909d6fc0657002a2e5d117e98b9685f7a04a9d4.tar.bz2
wallet-core-c909d6fc0657002a2e5d117e98b9685f7a04a9d4.zip
taler-util: cancellation and timeouts on qjs
Diffstat (limited to 'packages/taler-wallet-core/src/wallet.ts')
-rw-r--r--packages/taler-wallet-core/src/wallet.ts8
1 files changed, 3 insertions, 5 deletions
diff --git a/packages/taler-wallet-core/src/wallet.ts b/packages/taler-wallet-core/src/wallet.ts
index 0246597be..cfe171bd0 100644
--- a/packages/taler-wallet-core/src/wallet.ts
+++ b/packages/taler-wallet-core/src/wallet.ts
@@ -26,6 +26,7 @@ import { IDBFactory } from "@gnu-taler/idb-bridge";
import {
AmountString,
Amounts,
+ AsyncCondition,
CoinDumpJson,
CoinStatus,
CoreApiResponse,
@@ -40,6 +41,7 @@ import {
ListGlobalCurrencyAuditorsResponse,
ListGlobalCurrencyExchangesResponse,
Logger,
+ OpenedPromise,
PrepareWithdrawExchangeRequest,
PrepareWithdrawExchangeResponse,
RecoverStoredBackupRequest,
@@ -122,6 +124,7 @@ import {
codecForWithdrawTestBalance,
getErrorDetailFromException,
j2s,
+ openPromise,
parsePaytoUri,
parseTalerUri,
sampleWalletCoreTransactions,
@@ -266,11 +269,6 @@ import {
} from "./util/instructedAmountConversion.js";
import { checkDbInvariant } from "./util/invariants.js";
import {
- AsyncCondition,
- OpenedPromise,
- openPromise,
-} from "./util/promiseUtils.js";
-import {
DbAccess,
GetReadOnlyAccess,
GetReadWriteAccess,