From f6c20b01e192c9cbb05722a6194b7441f300b09e Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 25 May 2021 20:51:55 +0200 Subject: doc update for #6889 --- core/api-common.rst | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'core/api-common.rst') 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 -- cgit v1.2.3