commit a42155d5524538cdadb5d8a0bfc4ac41f5e39656 parent 9cea8197b5a426e6e8442a15c118732e5ca06231 Author: Marcello Stanisci <marcello.stanisci@inria.fr> Date: Mon, 3 Oct 2016 14:08:14 +0200 Adding struct to be signed over related to #4702 Diffstat:
| M | src/include/taler_signatures.h | | | 9 | +++++++++ |
1 file changed, 9 insertions(+), 0 deletions(-)
diff --git a/src/include/taler_signatures.h b/src/include/taler_signatures.h @@ -1078,6 +1078,15 @@ struct TALER_ContractPS struct TALER_MerchantPublicKeyP merchant_pub; }; +/** + * Used by merchants to return signed responses to /pay requests. + * Currently only used to return 200 OK signed responses. + */ +struct PaymentResponsePS +{ + struct GNUNET_CRYPTO_EccSignaturePurpose purpose; +}; + /** * Details affirmed by the exchange about a wire transfer the exchange