diff options
Diffstat (limited to 'src/include/taler_exchangedb_plugin.h')
-rw-r--r-- | src/include/taler_exchangedb_plugin.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/include/taler_exchangedb_plugin.h b/src/include/taler_exchangedb_plugin.h index 68faf34f..8762b192 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; |