aboutsummaryrefslogtreecommitdiff
path: root/src/cryptoApi.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-05-24 15:46:49 +0200
committerFlorian Dold <florian.dold@gmail.com>2017-05-24 15:46:49 +0200
commitfc53a08bb0ffaf2bd49408f50701f17cdd603fb9 (patch)
treeed3c137c943e88dba5713f3da450a19727ddc3ea /src/cryptoApi.ts
parent7a3df06eb573d36142bd1a8e03c5ce8752d300b3 (diff)
add some more docs
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.