summaryrefslogtreecommitdiff
path: root/api-common.rst
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-06-26 13:40:34 +0200
committerFlorian Dold <florian.dold@gmail.com>2019-06-26 13:40:34 +0200
commit665946b1a166c897bc36540c1997c3984df6f4e8 (patch)
tree204ce1cf0a2be51119ba423d7458e11d23aa39d2 /api-common.rst
parent58e341b8b81d08d0dcb1ae6b170dfdf3c73d0a16 (diff)
downloaddocs-665946b1a166c897bc36540c1997c3984df6f4e8.tar.gz
docs-665946b1a166c897bc36540c1997c3984df6f4e8.tar.bz2
docs-665946b1a166c897bc36540c1997c3984df6f4e8.zip
add TALER_CoinLinkSignaturePS
Diffstat (limited to 'api-common.rst')
-rw-r--r--api-common.rst14
1 files changed, 14 insertions, 0 deletions
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;
+ };