gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: define claim token


From: gnunet
Subject: [taler-exchange] branch master updated: define claim token
Date: Mon, 27 Jul 2020 10:42:44 +0200

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

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new e1fcb2b2 define claim token
e1fcb2b2 is described below

commit e1fcb2b26cb90a912e57acf5753480a18237f021
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Jul 27 10:42:41 2020 +0200

    define claim token
---
 src/include/taler_crypto_lib.h | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/src/include/taler_crypto_lib.h b/src/include/taler_crypto_lib.h
index 3c535814..a4fde80b 100644
--- a/src/include/taler_crypto_lib.h
+++ b/src/include/taler_crypto_lib.h
@@ -296,6 +296,19 @@ struct TALER_RefreshCommitmentP
 };
 
 
+/**
+ * Token used for access control to the merchant's unclaimed
+ * orders.
+ */
+struct TALER_ClaimTokenP
+{
+  /**
+   * The token is a 128-bit UUID.
+   */
+  struct GNUNET_Uuid token;
+};
+
+
 GNUNET_NETWORK_STRUCT_END
 
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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