commit 87d6312e857b782b5622ff5fc4fec8b38af6c715 parent d4b024ee868daac56eef669a1e2e9bd667aedfdf Author: Matyja Lukas Adam <lukas.matyja@students.bfh.ch> Date: Tue, 3 Oct 2023 00:42:23 +0200 [header] some changes Diffstat:
| M | src/include/taler_donau_service.h | | | 22 | ++++++++++++++++++++++ |
1 file changed, 22 insertions(+), 0 deletions(-)
diff --git 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.