summaryrefslogtreecommitdiff
path: root/core/api-common.rst
diff options
context:
space:
mode:
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