Adding struct to be signed over related to #4702

This commit is contained in:
Marcello Stanisci 2016-10-03 14:08:14 +02:00
parent 9cea8197b5
commit a42155d552

View File

@ -1078,6 +1078,15 @@ struct TALER_ContractPS
struct TALER_MerchantPublicKeyP merchant_pub; 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 * Details affirmed by the exchange about a wire transfer the exchange