summaryrefslogtreecommitdiff
path: root/lib/wallet/types.ts
diff options
context:
space:
mode:
Diffstat (limited to 'lib/wallet/types.ts')
-rw-r--r--lib/wallet/types.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/wallet/types.ts b/lib/wallet/types.ts
index e8b7a1e39..5e139a9bc 100644
--- a/lib/wallet/types.ts
+++ b/lib/wallet/types.ts
@@ -152,6 +152,8 @@ export interface Reserve {
exchange_base_url: string
reserve_priv: string;
reserve_pub: string;
+ created: number;
+ current_amount: AmountJson;
}