summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/withdraw.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/taler-wallet-core/src/withdraw.ts')
-rw-r--r--packages/taler-wallet-core/src/withdraw.ts15
1 files changed, 8 insertions, 7 deletions
diff --git a/packages/taler-wallet-core/src/withdraw.ts b/packages/taler-wallet-core/src/withdraw.ts
index 391fbc9e2..2d9f5c35c 100644
--- a/packages/taler-wallet-core/src/withdraw.ts
+++ b/packages/taler-wallet-core/src/withdraw.ts
@@ -69,7 +69,10 @@ import {
WithdrawUriInfoResponse,
WithdrawalExchangeAccountDetails,
addPaytoQueryParams,
+ assertUnreachable,
canonicalizeBaseUrl,
+ checkDbInvariant,
+ checkLogicInvariant,
codeForBankWithdrawalOperationPostResponse,
codecForCashinConversionResponse,
codecForConversionBankConfig,
@@ -92,6 +95,10 @@ import {
throwUnexpectedRequestError,
} from "@gnu-taler/taler-util/http";
import {
+ selectForcedWithdrawalDenominations,
+ selectWithdrawalDenominations,
+} from "./coinSelection.js";
+import {
PendingTaskType,
TaskId,
TaskRunResult,
@@ -120,6 +127,7 @@ import {
WithdrawalRecordType,
timestampPreciseToDb,
} from "./db.js";
+import { isWithdrawableDenom } from "./denominations.js";
import {
ReadyExchangeSummary,
fetchFreshExchange,
@@ -134,13 +142,6 @@ import {
constructTransactionIdentifier,
notifyTransition,
} from "./transactions.js";
-import { assertUnreachable } from "./util/assertUnreachable.js";
-import {
- selectForcedWithdrawalDenominations,
- selectWithdrawalDenominations,
-} from "./util/coinSelection.js";
-import { isWithdrawableDenom } from "./util/denominations.js";
-import { checkDbInvariant, checkLogicInvariant } from "./util/invariants.js";
import {
WALLET_BANK_INTEGRATION_PROTOCOL_VERSION,
WALLET_EXCHANGE_PROTOCOL_VERSION,