taler-docs

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

commit e9fce14f5e8539181980a567c311b943f0663708
parent 4b2473cbec81cb8e2a4b31787b21bd99c2521adb
Author: Özgür Kesim <oec-taler@kesim.org>
Date:   Thu, 17 Apr 2025 23:08:24 +0200

[common] added TALER_RefreshNonceSignaturePS

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

diff --git a/core/api-common.rst b/core/api-common.rst @@ -1831,6 +1831,18 @@ within the struct TALER_BlindedCoinHash coin_envelope_hash; }; +.. _TALER_RefreshNonceSignaturePS: +.. sourcecode:: c + + struct TALER_RefreshNonceSignaturePS + { + /** + * purpose.purpose = TALER_SIGNATURE_WALLET_COIN_LINK + */ + struct GNUNET_CRYPTO_EccSignaturePurpose purpose; + struct TALER_PublicRefreshCoinNonceP nonce; + }; + .. _TALER_ReserveStatusRequestSignaturePS: .. sourcecode:: c