Adding struct to be signed over related to #4702
This commit is contained in:
parent
9cea8197b5
commit
a42155d552
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user