taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 6567bd869fd123989553211fd09b3b5702fa0948
parent e48900b7496e63d09a5c70963af60e052038fc64
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue,  6 Dec 2022 13:02:26 +0100

document WALLET_ACCOUNT_SETUP signature struct

Diffstat:
Mcore/api-common.rst | 11+++++++++++
1 file changed, 11 insertions(+), 0 deletions(-)

diff --git 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