diff options
Diffstat (limited to 'src/cryptoApi.ts')
-rw-r--r-- | src/cryptoApi.ts | 7 |
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. |