aboutsummaryrefslogtreecommitdiff
path: root/src/include/taler_exchange_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/taler_exchange_service.h')
-rw-r--r--src/include/taler_exchange_service.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/include/taler_exchange_service.h b/src/include/taler_exchange_service.h
index f7fa71443..a57a2655a 100644
--- a/src/include/taler_exchange_service.h
+++ b/src/include/taler_exchange_service.h
@@ -878,7 +878,6 @@ typedef void
878 * @param amount the amount to be refunded; must be larger than the refund fee 878 * @param amount the amount to be refunded; must be larger than the refund fee
879 * (as that fee is still being subtracted), and smaller than the amount 879 * (as that fee is still being subtracted), and smaller than the amount
880 * (with deposit fee) of the original deposit contribution of this coin 880 * (with deposit fee) of the original deposit contribution of this coin
881 * @param refund_fee fee applicable to this coin for the refund
882 * @param h_contract_terms hash of the contact of the merchant with the customer that is being refunded 881 * @param h_contract_terms hash of the contact of the merchant with the customer that is being refunded
883 * @param coin_pub coin’s public key of the coin from the original deposit operation 882 * @param coin_pub coin’s public key of the coin from the original deposit operation
884 * @param rtransaction_id transaction id for the transaction between merchant and customer (of refunding operation); 883 * @param rtransaction_id transaction id for the transaction between merchant and customer (of refunding operation);
@@ -894,7 +893,6 @@ typedef void
894struct TALER_EXCHANGE_RefundHandle * 893struct TALER_EXCHANGE_RefundHandle *
895TALER_EXCHANGE_refund (struct TALER_EXCHANGE_Handle *exchange, 894TALER_EXCHANGE_refund (struct TALER_EXCHANGE_Handle *exchange,
896 const struct TALER_Amount *amount, 895 const struct TALER_Amount *amount,
897 const struct TALER_Amount *refund_fee,
898 const struct GNUNET_HashCode *h_contract_terms, 896 const struct GNUNET_HashCode *h_contract_terms,
899 const struct TALER_CoinSpendPublicKeyP *coin_pub, 897 const struct TALER_CoinSpendPublicKeyP *coin_pub,
900 uint64_t rtransaction_id, 898 uint64_t rtransaction_id,
@@ -922,7 +920,6 @@ TALER_EXCHANGE_refund (struct TALER_EXCHANGE_Handle *exchange,
922 * @param amount the amount to be refunded; must be larger than the refund fee 920 * @param amount the amount to be refunded; must be larger than the refund fee
923 * (as that fee is still being subtracted), and smaller than the amount 921 * (as that fee is still being subtracted), and smaller than the amount
924 * (with deposit fee) of the original deposit contribution of this coin 922 * (with deposit fee) of the original deposit contribution of this coin
925 * @param refund_fee fee applicable to this coin for the refund
926 * @param h_contract_terms hash of the contact of the merchant with the customer that is being refunded 923 * @param h_contract_terms hash of the contact of the merchant with the customer that is being refunded
927 * @param coin_pub coin’s public key of the coin from the original deposit operation 924 * @param coin_pub coin’s public key of the coin from the original deposit operation
928 * @param rtransaction_id transaction id for the transaction between merchant and customer (of refunding operation); 925 * @param rtransaction_id transaction id for the transaction between merchant and customer (of refunding operation);
@@ -939,7 +936,6 @@ TALER_EXCHANGE_refund (struct TALER_EXCHANGE_Handle *exchange,
939struct TALER_EXCHANGE_RefundHandle * 936struct TALER_EXCHANGE_RefundHandle *
940TALER_EXCHANGE_refund2 (struct TALER_EXCHANGE_Handle *exchange, 937TALER_EXCHANGE_refund2 (struct TALER_EXCHANGE_Handle *exchange,
941 const struct TALER_Amount *amount, 938 const struct TALER_Amount *amount,
942 const struct TALER_Amount *refund_fee,
943 const struct GNUNET_HashCode *h_contract_terms, 939 const struct GNUNET_HashCode *h_contract_terms,
944 const struct TALER_CoinSpendPublicKeyP *coin_pub, 940 const struct TALER_CoinSpendPublicKeyP *coin_pub,
945 uint64_t rtransaction_id, 941 uint64_t rtransaction_id,