summaryrefslogtreecommitdiff
path: root/core/api-common.rst
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-11-06 21:55:12 +0100
committerChristian Grothoff <christian@grothoff.org>2022-11-06 21:55:23 +0100
commitbd74752b1fe8e4edc7fdf0b29da377121ca7ede0 (patch)
treee9be5f33df6fa4cf343d3bdcebd5dbcd63a7e841 /core/api-common.rst
parent07ac0d99cf0ec453a179137713297f31e4e0b0e3 (diff)
downloaddocs-bd74752b1fe8e4edc7fdf0b29da377121ca7ede0.tar.gz
docs-bd74752b1fe8e4edc7fdf0b29da377121ca7ede0.tar.bz2
docs-bd74752b1fe8e4edc7fdf0b29da377121ca7ede0.zip
spec signature (for #7427)
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 b09cf0cd..d641de19 100644
--- a/core/api-common.rst
+++ b/core/api-common.rst
@@ -1423,6 +1423,20 @@ within the
uint32_t min_age;
};
+.. _TALER_AccountSetupSuccessSignaturePS:
+.. sourcecode:: c
+
+ struct TALER_AccountSetupSuccessSignaturePS {
+ /**
+ * purpose.purpose = TALER_SIGNATURE_WALLET_ACCOUNT_SETUP_SUCCESS
+ */
+ struct GNUNET_CRYPTO_EccSignaturePurpose purpose;
+ struct TALER_PaytoHash h_payto;
+ struct GNUNET_HashCode h_kyc;
+ struct GNUNET_TIME_AbsoluteNBO timestamp;
+ struct GNUNET_TIME_AbsoluteNBO kyc_expiration;
+ };
+
.. _TALER_PurseMergeSuccessSignaturePS:
.. sourcecode:: c