diff options
Diffstat (limited to 'src/include/taler_exchangedb_plugin.h')
-rw-r--r-- | src/include/taler_exchangedb_plugin.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/include/taler_exchangedb_plugin.h b/src/include/taler_exchangedb_plugin.h index 66e0c4587..88d05ce24 100644 --- a/src/include/taler_exchangedb_plugin.h +++ b/src/include/taler_exchangedb_plugin.h @@ -7296,6 +7296,20 @@ struct TALER_EXCHANGEDB_Plugin /** + * Revert account back to default rules and insert successor measure. + */ + enum GNUNET_DB_QueryStatus + (*insert_successor_measure)( + void *cls, + const struct TALER_NormalizedPaytoHashP *h_payto, + struct GNUNET_TIME_Timestamp decision_time, + const char *new_measure_name, + const json_t *jmeasures, + bool *unknown_account, + struct GNUNET_TIME_Timestamp *last_date); + + + /** * Lookup KYC attribute data for a specific account. * * @param cls closure |