summaryrefslogtreecommitdiff
path: root/core/api-common.rst
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-05-25 21:33:41 +0200
committerChristian Grothoff <christian@grothoff.org>2021-05-25 21:33:41 +0200
commitbb21dbf3a97083964a0172b4e6516eb34cbd48d5 (patch)
treeafc71f1e007bf0a60e53efda4eb30958aa5bc65a /core/api-common.rst
parentf6c20b01e192c9cbb05722a6194b7441f300b09e (diff)
downloaddocs-bb21dbf3a97083964a0172b4e6516eb34cbd48d5.tar.gz
docs-bb21dbf3a97083964a0172b4e6516eb34cbd48d5.tar.bz2
docs-bb21dbf3a97083964a0172b4e6516eb34cbd48d5.zip
spec message for denomination expired/revoked/too-early signature (#6889)
Diffstat (limited to 'core/api-common.rst')
-rw-r--r--core/api-common.rst14
1 files changed, 14 insertions, 0 deletions
diff --git a/core/api-common.rst b/core/api-common.rst
index 97ce02d1..9c23b905 100644
--- a/core/api-common.rst
+++ b/core/api-common.rst
@@ -1038,6 +1038,20 @@ within the
};
+.. _TALER_DenominationExpiredAffirmationPS:
+.. sourcecode:: c
+
+ struct TALER_DenominationExpiredAffirmationPS {
+ /**
+ * purpose.purpose = TALER_SIGNATURE_EXCHANGE_GENERIC_DENOMINATIN_EXPIRED
+ */
+ struct GNUNET_CRYPTO_EccSignaturePurpose purpose;
+ struct GNUNET_TIME_AbsoluteNBO timestamp;
+ char operation[8];
+ struct GNUNET_HashCode h_denom_pub;
+ };
+
+
.. _TALER_ReserveCloseConfirmationPS:
.. sourcecode:: c