summaryrefslogtreecommitdiff
path: root/src/include/taler_signatures.h
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2022-03-30 01:36:52 +0200
committerChristian Grothoff <grothoff@gnunet.org>2022-03-30 01:36:52 +0200
commit6040c9ff0f52b6db2bf550ecc1abeed49dd0626c (patch)
tree8eb627a83cdc0ee159e038338777500bdea3227c /src/include/taler_signatures.h
parente5b65aa443bb4bf39f40250b259245dc63b9e664 (diff)
downloadexchange-6040c9ff0f52b6db2bf550ecc1abeed49dd0626c.tar.gz
exchange-6040c9ff0f52b6db2bf550ecc1abeed49dd0626c.tar.bz2
exchange-6040c9ff0f52b6db2bf550ecc1abeed49dd0626c.zip
make struct private again
Diffstat (limited to 'src/include/taler_signatures.h')
-rw-r--r--src/include/taler_signatures.h41
1 files changed, 0 insertions, 41 deletions
diff --git a/src/include/taler_signatures.h b/src/include/taler_signatures.h
index 606b4f6ac..52c294cef 100644
--- a/src/include/taler_signatures.h
+++ b/src/include/taler_signatures.h
@@ -442,47 +442,6 @@ struct TALER_PaymentResponsePS
struct TALER_PrivateContractHashP h_contract_terms;
};
-/**
- * @brief Format used to generate the signature on a request to refund
- * a coin into the account of the customer.
- */
-struct TALER_RefundConfirmationPS
-{
- /**
- * Purpose must be #TALER_SIGNATURE_EXCHANGE_CONFIRM_REFUND.
- */
- struct GNUNET_CRYPTO_EccSignaturePurpose purpose;
-
- /**
- * Hash over the proposal data to identify the contract
- * which is being refunded.
- */
- struct TALER_PrivateContractHashP h_contract_terms GNUNET_PACKED;
-
- /**
- * The coin's public key. This is the value that must have been
- * signed (blindly) by the Exchange.
- */
- struct TALER_CoinSpendPublicKeyP coin_pub;
-
- /**
- * The Merchant's public key. Allows the merchant to later refund
- * the transaction or to inquire about the wire transfer identifier.
- */
- struct TALER_MerchantPublicKeyP merchant;
-
- /**
- * Merchant-generated transaction ID for the refund.
- */
- uint64_t rtransaction_id GNUNET_PACKED;
-
- /**
- * Amount to be refunded, including refund fee charged by the
- * exchange to the customer.
- */
- struct TALER_AmountNBO refund_amount;
-};
-
GNUNET_NETWORK_STRUCT_END