aboutsummaryrefslogtreecommitdiff
path: root/src/wallet.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/wallet.ts')
-rw-r--r--src/wallet.ts8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/wallet.ts b/src/wallet.ts
index 600b9885f..a496b6f8a 100644
--- a/src/wallet.ts
+++ b/src/wallet.ts
@@ -17,10 +17,11 @@
/**
* High-level wallet operations that should be indepentent from the underlying
* browser extension interface.
- * @module Wallet
- * @author Florian Dold
*/
+/**
+ * Imports.
+ */
import {
AmountJson,
Amounts,
@@ -74,7 +75,6 @@ import {
import {CryptoApi} from "./cryptoApi";
import URI = require("urijs");
-"use strict";
export interface CoinWithDenom {
coin: CoinRecord;
@@ -118,8 +118,6 @@ export class KeysJson {
}
-
-
@Checkable.Class
class WireFeesJson {
@Checkable.Value(AmountJson)