summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-12-06 13:02:26 +0100
committerChristian Grothoff <christian@grothoff.org>2022-12-06 13:02:26 +0100
commit6567bd869fd123989553211fd09b3b5702fa0948 (patch)
treebe735f30018bbcecb297448489a6c5fb2ace4024 /core
parente48900b7496e63d09a5c70963af60e052038fc64 (diff)
downloaddocs-6567bd869fd123989553211fd09b3b5702fa0948.tar.gz
docs-6567bd869fd123989553211fd09b3b5702fa0948.tar.bz2
docs-6567bd869fd123989553211fd09b3b5702fa0948.zip
document WALLET_ACCOUNT_SETUP signature struct
Diffstat (limited to 'core')
-rw-r--r--core/api-common.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/core/api-common.rst b/core/api-common.rst
index 5b23b581..21e8f039 100644
--- a/core/api-common.rst
+++ b/core/api-common.rst
@@ -1423,6 +1423,17 @@ within the
uint32_t min_age;
};
+.. _TALER_AccountSetupRequestSignaturePS:
+.. sourcecode:: c
+
+ struct TALER_AccountSetupRequestSignaturePS {
+ /**
+ * purpose.purpose = TALER_SIGNATURE_WALLET_ACCOUNT_SETUP
+ */
+ struct GNUNET_CRYPTO_EccSignaturePurpose purpose;
+ struct TALER_AmountNBO threshold;
+ };
+
.. _TALER_AccountSetupSuccessSignaturePS:
.. sourcecode:: c