aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/dbless.ts
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2022-10-10 14:54:00 -0300
committerSebastian <sebasjm@gmail.com>2022-10-10 14:54:14 -0300
commitf184ecb06bee905bec6884fc11e6e4fe56c7a111 (patch)
tree708047e73f6a68231541461d8041a4a4d1deab89 /packages/taler-wallet-core/src/dbless.ts
parenteb71c788acfdca2f229e7edb15570c32731b3eb0 (diff)
downloadwallet-core-f184ecb06bee905bec6884fc11e6e4fe56c7a111.tar.xz
pretty
Diffstat (limited to 'packages/taler-wallet-core/src/dbless.ts')
-rw-r--r--packages/taler-wallet-core/src/dbless.ts17
1 files changed, 14 insertions, 3 deletions
diff --git a/packages/taler-wallet-core/src/dbless.ts b/packages/taler-wallet-core/src/dbless.ts
index 9d709e8e3..076e5f215 100644
--- a/packages/taler-wallet-core/src/dbless.ts
+++ b/packages/taler-wallet-core/src/dbless.ts
@@ -50,9 +50,20 @@ import {
} from "@gnu-taler/taler-util";
import { TalerCryptoInterface } from "./crypto/cryptoImplementation.js";
import { DenominationRecord } from "./db.js";
-import { BankAccessApi, BankApi, BankServiceHandle } from "./bank-api-client.js";
-import { HttpRequestLibrary, readSuccessResponseJsonOrThrow } from "./util/http.js";
-import { getBankStatusUrl, getBankWithdrawalInfo, isWithdrawableDenom } from "./operations/withdraw.js";
+import {
+ BankAccessApi,
+ BankApi,
+ BankServiceHandle,
+} from "./bank-api-client.js";
+import {
+ HttpRequestLibrary,
+ readSuccessResponseJsonOrThrow,
+} from "./util/http.js";
+import {
+ getBankStatusUrl,
+ getBankWithdrawalInfo,
+ isWithdrawableDenom,
+} from "./operations/withdraw.js";
import { ExchangeInfo } from "./operations/exchanges.js";
import { assembleRefreshRevealRequest } from "./operations/refresh.js";