aboutsummaryrefslogtreecommitdiff
path: root/src/cryptoApi.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/cryptoApi.ts')
-rw-r--r--src/cryptoApi.ts7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/cryptoApi.ts b/src/cryptoApi.ts
index 1c7c1f95d..45efb63e3 100644
--- a/src/cryptoApi.ts
+++ b/src/cryptoApi.ts
@@ -20,7 +20,9 @@
* @author Florian Dold
*/
-
+/**
+ * Imports.
+ */
import {
PreCoinRecord,
CoinRecord,
@@ -38,6 +40,9 @@ import {
} from "./wallet";
+/**
+ * State of a crypto worker.
+ */
interface WorkerState {
/**
* The actual worker thread.