aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-android/src/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/taler-wallet-android/src/index.ts')
-rw-r--r--packages/taler-wallet-android/src/index.ts14
1 files changed, 7 insertions, 7 deletions
diff --git a/packages/taler-wallet-android/src/index.ts b/packages/taler-wallet-android/src/index.ts
index 6f6fa9915..0be45ae7c 100644
--- a/packages/taler-wallet-android/src/index.ts
+++ b/packages/taler-wallet-android/src/index.ts
@@ -22,7 +22,6 @@ import {
getDefaultNodeWallet,
DefaultNodeWalletArgs,
NodeHttpLib,
- TalerErrorCode,
makeErrorDetails,
handleWorkerError,
handleWorkerMessage,
@@ -32,17 +31,18 @@ import {
HttpRequestOptions,
openPromise,
Headers,
- CoreApiEnvelope,
- CoreApiResponse,
- CoreApiResponseSuccess,
- WalletNotification,
WALLET_EXCHANGE_PROTOCOL_VERSION,
WALLET_MERCHANT_PROTOCOL_VERSION,
- bytesToString,
- stringToBytes,
} from "@gnu-taler/taler-wallet-core";
import fs from "fs";
+import { WalletNotification } from "../../taler-wallet-core/node_modules/@gnu-taler/taler-util/lib/notifications.js";
+import { TalerErrorCode } from "../../taler-wallet-core/node_modules/@gnu-taler/taler-util/lib/taler-error-codes.js";
+import {
+ CoreApiEnvelope,
+ CoreApiResponse,
+ CoreApiResponseSuccess,
+} from "../../taler-wallet-core/node_modules/@gnu-taler/taler-util/lib/walletTypes.js";
export { handleWorkerError, handleWorkerMessage };