summaryrefslogtreecommitdiff
path: root/core/api-common.rst
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-05-25 20:51:55 +0200
committerChristian Grothoff <christian@grothoff.org>2021-05-25 20:51:55 +0200
commitf6c20b01e192c9cbb05722a6194b7441f300b09e (patch)
tree666ef1e5e8c186168cb5bb1824f141808c645af1 /core/api-common.rst
parent4aa313c843546f2ec7fabaddf2bc42ce5a2af795 (diff)
downloaddocs-f6c20b01e192c9cbb05722a6194b7441f300b09e.tar.gz
docs-f6c20b01e192c9cbb05722a6194b7441f300b09e.tar.bz2
docs-f6c20b01e192c9cbb05722a6194b7441f300b09e.zip
doc update for #6889
Diffstat (limited to 'core/api-common.rst')
-rw-r--r--core/api-common.rst15
1 files changed, 14 insertions, 1 deletions
diff --git a/core/api-common.rst b/core/api-common.rst
index 45e24ddf..97ce02d1 100644
--- a/core/api-common.rst
+++ b/core/api-common.rst
@@ -1015,7 +1015,7 @@ within the
struct TALER_RecoupConfirmationPS {
/**
- * purpose.purpose = TALER_SIGNATURE_EXCHANGE_CONFIRM_RECOUP
+ * purpose.purpose = TALER_SIGNATURE_EXCHANGE_CONFIRM_RECOUP
*/
struct GNUNET_CRYPTO_EccSignaturePurpose purpose;
struct GNUNET_TIME_AbsoluteNBO timestamp;
@@ -1025,6 +1025,19 @@ within the
};
+.. _TALER_DenominationUnknownAffirmationPS:
+.. sourcecode:: c
+
+ struct TALER_DenominationUnknownAffirmationPS {
+ /**
+ * purpose.purpose = TALER_SIGNATURE_EXCHANGE_AFFIRM_DENOM_UNKNOWN
+ */
+ struct GNUNET_CRYPTO_EccSignaturePurpose purpose;
+ struct GNUNET_TIME_AbsoluteNBO timestamp;
+ struct GNUNET_HashCode h_denom_pub;
+ };
+
+
.. _TALER_ReserveCloseConfirmationPS:
.. sourcecode:: c