summaryrefslogtreecommitdiff
path: root/core/api-common.rst
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-05-08 01:07:39 +0200
committerChristian Grothoff <christian@grothoff.org>2021-05-08 01:07:39 +0200
commit4713a43afead8008efb81afeb0639dc98015c5a1 (patch)
treee45d53ed30463f46c0441c151af964b6dcddc64f /core/api-common.rst
parent7214412a05e38b8b957257c3ee99d8acb6571179 (diff)
downloaddocs-4713a43afead8008efb81afeb0639dc98015c5a1.tar.gz
docs-4713a43afead8008efb81afeb0639dc98015c5a1.tar.bz2
docs-4713a43afead8008efb81afeb0639dc98015c5a1.zip
more dd13 spec updates
Diffstat (limited to 'core/api-common.rst')
-rw-r--r--core/api-common.rst32
1 files changed, 10 insertions, 22 deletions
diff --git a/core/api-common.rst b/core/api-common.rst
index 5c05db0c..bcb0570f 100644
--- a/core/api-common.rst
+++ b/core/api-common.rst
@@ -1036,7 +1036,7 @@ within the
.. _TALER_ReserveStatusRequestSignaturePS:
.. sourcecode:: c
- struct TALER_PurseStatusRequestSignaturePS {
+ struct TALER_ReserveStatusRequestSignaturePS {
/**
* purpose.purpose = TALER_SIGNATURE_RESERVE_STATUS_REQUEST
*/
@@ -1047,7 +1047,7 @@ within the
.. _TALER_ReserveHistoryRequestSignaturePS:
.. sourcecode:: c
- struct TALER_PurseStatusRequestSignaturePS {
+ struct TALER_ReserveHistoryRequestSignaturePS {
/**
* purpose.purpose = TALER_SIGNATURE_RESERVE_HISTORY_REQUEST
*/
@@ -1068,7 +1068,7 @@ within the
};
-.. _TALER_PurseStatusSignaturePS:
+.. _TALER_PurseStatusResponseSignaturePS:
.. sourcecode:: c
struct TALER_PurseStatusResponseSignaturePS {
@@ -1112,12 +1112,12 @@ within the
};
-.. _TALER_PursePaymentConfirmedSignaturePS:
+.. _TALER_PurseDepositConfirmedSignaturePS:
.. sourcecode:: c
- struct TALER_PursePaymentConfirmedSignaturePS {
+ struct TALER_PurseDepositConfirmedSignaturePS {
/**
- * purpose.purpose = TALER_SIGNATURE_PURSE_PAYMENT_CONFIRMED
+ * purpose.purpose = TALER_SIGNATURE_PURSE_DEPOSIT_CONFIRMED
*/
struct GNUNET_CRYPTO_EccSignaturePurpose purpose;
struct TALER_AmountNBO total_purse_amount;
@@ -1162,20 +1162,6 @@ within the
};
-.. _TALER_PursePaymentSignaturePS:
-.. sourcecode:: c
-
- struct TALER_PursePaymentSignaturePS {
- /**
- * purpose.purpose = TALER_SIGNATURE_PURSE_PAYMENT
- */
- struct GNUNET_CRYPTO_EccSignaturePurpose purpose;
- struct TALER_AmountNBO coin_contribution;
- struct GNUNET_TIME_AbsoluteNBO purse_expiration;
- struct TALER_PursePublicKey purse_pub;
- };
-
-
.. _TALER_PurseMergeSuccessSignaturePS:
.. sourcecode:: c
@@ -1225,9 +1211,11 @@ within the
struct TALER_WadDataSignaturePS {
/**
- * purpose.purpose = TALER_SIGNATURE_ACCOUNT_SETUP_SUCCESS
+ * purpose.purpose = TALER_SIGNATURE_WAD_DATA
*/
struct GNUNET_CRYPTO_EccSignaturePurpose purpose;
- struct GNUNET_HashCode wad_data;
+ struct GNUNET_TIME_AbsoluteNBO wad_execution_time;
+ struct TALER_AmountNBO total_amount;
+ struct GNUNET_HashCode h_items;
struct TALER_WadId wad_id;
};