diff options
author | Marcello Stanisci <marcello.stanisci@inria.fr> | 2016-10-03 14:08:14 +0200 |
---|---|---|
committer | Marcello Stanisci <marcello.stanisci@inria.fr> | 2016-10-03 14:08:14 +0200 |
commit | a42155d5524538cdadb5d8a0bfc4ac41f5e39656 (patch) | |
tree | 9bf16c6f1ff43ed4878c4f05006adb64db80158a /src/include/taler_signatures.h | |
parent | 9cea8197b5a426e6e8442a15c118732e5ca06231 (diff) |
Adding struct to be signed over related to #4702
Diffstat (limited to 'src/include/taler_signatures.h')
-rw-r--r-- | src/include/taler_signatures.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/include/taler_signatures.h b/src/include/taler_signatures.h index b6dd243f2..8ce10b722 100644 --- 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 |