summaryrefslogtreecommitdiff
path: root/src/include/taler_exchangedb_plugin.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-05-22 18:21:15 +0200
committerChristian Grothoff <christian@grothoff.org>2022-05-22 18:21:15 +0200
commit40daa209fb0fb5292956fd3f5770a90e8da0c2a6 (patch)
tree18e2bd458c6bf9e640b17feba35f51d2d79c5cf0 /src/include/taler_exchangedb_plugin.h
parent8658ae03cab72142b2376d5318e039320b02913a (diff)
downloadexchange-40daa209fb0fb5292956fd3f5770a90e8da0c2a6.tar.gz
exchange-40daa209fb0fb5292956fd3f5770a90e8da0c2a6.tar.bz2
exchange-40daa209fb0fb5292956fd3f5770a90e8da0c2a6.zip
-more work on reverse history
Diffstat (limited to 'src/include/taler_exchangedb_plugin.h')
-rw-r--r--src/include/taler_exchangedb_plugin.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/include/taler_exchangedb_plugin.h b/src/include/taler_exchangedb_plugin.h
index 68faf34f9..8762b1928 100644
--- a/src/include/taler_exchangedb_plugin.h
+++ b/src/include/taler_exchangedb_plugin.h
@@ -983,6 +983,12 @@ struct TALER_EXCHANGEDB_RecoupRefreshListEntry
*/
struct TALER_EXCHANGEDB_PurseMerge
{
+
+ /**
+ * Public key of the reserve the coin was merged into.
+ */
+ struct TALER_ReservePublicKeyP reserve_pub;
+
/**
* Amount in the purse, with fees.
*/
@@ -1037,6 +1043,11 @@ struct TALER_EXCHANGEDB_PurseMerge
struct TALER_EXCHANGEDB_HistoryRequest
{
/**
+ * Public key of the reserve the history request was for.
+ */
+ struct TALER_ReservePublicKeyP reserve_pub;
+
+ /**
* Fee paid for the request.
*/
struct TALER_Amount history_fee;