aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-cli/src/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/taler-wallet-cli/src/index.ts')
-rw-r--r--packages/taler-wallet-cli/src/index.ts11
1 files changed, 2 insertions, 9 deletions
diff --git a/packages/taler-wallet-cli/src/index.ts b/packages/taler-wallet-cli/src/index.ts
index 1e0f1b5cb..48e98264d 100644
--- a/packages/taler-wallet-cli/src/index.ts
+++ b/packages/taler-wallet-cli/src/index.ts
@@ -24,7 +24,6 @@ import {
clk,
codecForList,
codecForString,
- CoreApiRequestEnvelope,
CoreApiResponse,
decodeCrock,
encodeCrock,
@@ -39,12 +38,7 @@ import {
TalerUriType,
WalletNotification,
} from "@gnu-taler/taler-util";
-import {
- OpenedPromise,
- openPromise,
- TalerCryptoInterface,
- TalerError,
-} from "@gnu-taler/taler-wallet-core";
+import { JsonMessage, runRpcServer } from "@gnu-taler/taler-util/twrpc";
import {
CryptoDispatcher,
getDefaultNodeWallet,
@@ -55,12 +49,12 @@ import {
NodeThreadCryptoWorkerFactory,
summarizeTalerErrorDetail,
SynchronousCryptoWorkerFactoryNode,
+ TalerCryptoInterface,
Wallet,
WalletApiOperation,
WalletCoreApiClient,
walletCoreDebugFlags,
} from "@gnu-taler/taler-wallet-core";
-
import {
createRemoteWallet,
getClientFromRemoteWallet,
@@ -68,7 +62,6 @@ import {
} from "@gnu-taler/taler-wallet-core/remote";
import fs from "fs";
import os from "os";
-import { JsonMessage, runRpcServer } from "@gnu-taler/taler-util/twrpc";
// This module also serves as the entry point for the crypto
// thread worker, and thus must expose these two handlers.