gnunet-svn
[Top][All Lists]
Advanced

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

[taler-donau] branch master updated: [header] some changes


From: gnunet
Subject: [taler-donau] branch master updated: [header] some changes
Date: Tue, 03 Oct 2023 00:42:39 +0200

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

lukas-matyja pushed a commit to branch master
in repository donau.

The following commit(s) were added to refs/heads/master by this push:
     new 87d6312  [header] some changes
87d6312 is described below

commit 87d6312e857b782b5622ff5fc4fec8b38af6c715
Author: Matyja Lukas Adam <lukas.matyja@students.bfh.ch>
AuthorDate: Tue Oct 3 00:42:23 2023 +0200

    [header] some changes
---
 src/include/taler_donau_service.h | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/src/include/taler_donau_service.h 
b/src/include/taler_donau_service.h
index e70e999..af618b4 100644
--- a/src/include/taler_donau_service.h
+++ b/src/include/taler_donau_service.h
@@ -497,6 +497,28 @@ TALER_DONAU_free_accounts (
 
 /* ********************* collect donation receipts/request signature for 
QR-Code  *********************** */
 
+/**
+ * Information needed for a receipt to be collected.
+ */
+struct TALER_DONAU_BDRDetail
+{
+
+  /**
+   * The BDR public key.
+   */
+  struct TALER_BDRPublicKeyP bdr_pub;
+
+  /**
+   * Hash of the public key of the coin.
+   */
+  struct TALER_BDRHashP h_BDR_pub;
+
+  /**
+   * The BDR itself.
+   */
+  struct TALER_BDR bdr;
+};
+
 
 /**
  * Information needed for a BDR to be signed.

-- 
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]