From e31f18b8f129adb9cbe33158297a9cff56a7143e Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 11 Dec 2023 20:01:28 +0100 Subject: wallet-core: towards better DD48 support --- packages/taler-wallet-core/src/dbless.ts | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'packages/taler-wallet-core/src/dbless.ts') diff --git a/packages/taler-wallet-core/src/dbless.ts b/packages/taler-wallet-core/src/dbless.ts index 7f4e9ca9b..e841d1d20 100644 --- a/packages/taler-wallet-core/src/dbless.ts +++ b/packages/taler-wallet-core/src/dbless.ts @@ -59,8 +59,11 @@ import { } from "@gnu-taler/taler-util/http"; import { TalerCryptoInterface } from "./crypto/cryptoImplementation.js"; import { DenominationRecord } from "./db.js"; -import { isWithdrawableDenom } from "./index.js"; -import { ExchangeInfo } from "./operations/exchanges.js"; +import { + ExchangeInfo, + ExchangeKeysDownloadResult, + isWithdrawableDenom, +} from "./index.js"; import { assembleRefreshRevealRequest } from "./operations/refresh.js"; import { getBankStatusUrl, -- cgit v1.2.3