gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-wallet-webex] 02/02: payback field


From: gnunet
Subject: [GNUnet-SVN] [taler-wallet-webex] 02/02: payback field
Date: Thu, 13 Apr 2017 16:14:52 +0200

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository wallet-webex.

commit 8d8f48fb14f1316a4dac63f325bef80c8a4ebf96
Author: Florian Dold <address@hidden>
AuthorDate: Thu Apr 13 16:14:47 2017 +0200

    payback field
---
 src/wallet.ts | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/src/wallet.ts b/src/wallet.ts
index b47a825..5b76a01 100644
--- a/src/wallet.ts
+++ b/src/wallet.ts
@@ -74,6 +74,12 @@ export interface CoinWithDenom {
   denom: DenominationRecord;
 }
 
address@hidden
+export class Payback {
+  @Checkable.String
+  h_denom_pub: string;
+}
+
 
 @Checkable.Class
 export class KeysJson {
@@ -89,6 +95,9 @@ export class KeysJson {
   @Checkable.String
   list_issue_date: string;
 
+  @Checkable.List(Checkable.Value(Payback))
+  payback?: Payback[];
+
   @Checkable.Any
   signkeys: any;
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]