wallet-embedded: fix import for legacy embedded wallet
This commit is contained in:
parent
3daa4dbb3f
commit
e8b5f26ab6
@ -17,6 +17,21 @@
|
||||
/**
|
||||
* Imports.
|
||||
*/
|
||||
import {
|
||||
CoreApiMessageEnvelope,
|
||||
CoreApiResponse,
|
||||
CoreApiResponseSuccess,
|
||||
getErrorDetailFromException,
|
||||
Logger,
|
||||
WalletNotification,
|
||||
} from "@gnu-taler/taler-util";
|
||||
import {
|
||||
createPlatformHttpLib,
|
||||
Headers,
|
||||
HttpRequestLibrary,
|
||||
HttpRequestOptions,
|
||||
HttpResponse,
|
||||
} from "@gnu-taler/taler-util/http";
|
||||
import {
|
||||
createNativeWalletHost,
|
||||
DefaultNodeWalletArgs,
|
||||
@ -26,20 +41,6 @@ import {
|
||||
openPromise,
|
||||
Wallet,
|
||||
} from "@gnu-taler/taler-wallet-core";
|
||||
|
||||
import {
|
||||
CoreApiMessageEnvelope,
|
||||
CoreApiResponse,
|
||||
CoreApiResponseSuccess,
|
||||
createPlatformHttpLib,
|
||||
getErrorDetailFromException,
|
||||
Headers,
|
||||
HttpRequestLibrary,
|
||||
HttpRequestOptions,
|
||||
HttpResponse,
|
||||
Logger,
|
||||
WalletNotification,
|
||||
} from "@gnu-taler/taler-util";
|
||||
import fs from "fs";
|
||||
|
||||
export { handleWorkerError, handleWorkerMessage };
|
||||
|
Loading…
Reference in New Issue
Block a user