From 665946b1a166c897bc36540c1997c3984df6f4e8 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 26 Jun 2019 13:40:34 +0200 Subject: add TALER_CoinLinkSignaturePS --- api-common.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'api-common.rst') diff --git a/api-common.rst b/api-common.rst index 3b0bc4b2..8f3ae378 100644 --- a/api-common.rst +++ b/api-common.rst @@ -796,3 +796,17 @@ within the struct TALER_ReservePublicKeyP reserve_pub; struct GNUNET_HashCode h_wire; }; + +.. _TALER_CoinLinkSignaturePS: +.. sourcecode:: c + + struct TALER_CoinLinkSignaturePS { + /** + * purpose.purpose = TALER_SIGNATURE_WALLET_COIN_LINK + */ + struct GNUNET_CRYPTO_EccSignaturePurpose purpose; + struct GNUNET_HashCode h_denom_pub; + struct TALER_CoinSpendPublicKeyP old_coin_pub; + struct TALER_TransferPublicKeyP transfer_pub; + struct GNUNET_HashCode coin_envelope_hash; + }; -- cgit v1.2.3