From d663b3768b8b713571bbefaf0ea7d0a83775bb50 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 27 Jun 2016 16:08:16 +0200 Subject: add receiver field to contract --- lib/wallet/types.ts | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/wallet') diff --git a/lib/wallet/types.ts b/lib/wallet/types.ts index 8cecc1e8e..c20884cff 100644 --- a/lib/wallet/types.ts +++ b/lib/wallet/types.ts @@ -268,6 +268,9 @@ export class Contract { @Checkable.Optional(Checkable.String) repurchase_correlation_id: string; + @Checkable.Optional(Checkable.String) + receiver: string; + static checked: (obj: any) => Contract; } -- cgit v1.2.3