aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/wallet/types.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/wallet/types.ts b/lib/wallet/types.ts
index be3bb2a19..4695bcedc 100644
--- a/lib/wallet/types.ts
+++ b/lib/wallet/types.ts
@@ -365,6 +365,9 @@ export class Contract {
@Checkable.String
H_wire: string;
+ @Checkable.String
+ summary: string;
+
@Checkable.Value(AmountJson)
amount: AmountJson;