aboutsummaryrefslogtreecommitdiff
path: root/src/exchangedb/pg_trigger_aml_process.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/exchangedb/pg_trigger_aml_process.h')
-rw-r--r--src/exchangedb/pg_trigger_aml_process.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/exchangedb/pg_trigger_aml_process.h b/src/exchangedb/pg_trigger_aml_process.h
index 45bc0496b..2283571af 100644
--- a/src/exchangedb/pg_trigger_aml_process.h
+++ b/src/exchangedb/pg_trigger_aml_process.h
@@ -26,4 +26,20 @@
#include "taler_exchangedb_plugin.h"
+/**
+ * Trigger AML process, an account has crossed the threshold. Inserts or
+ * updates the AML status.
+ *
+ * @param cls closure
+ * @param h_payto account for which the attribute data is stored
+ * @param threshold_crossed existing threshold that was crossed
+ * @return database transaction status
+ */
+enum GNUNET_DB_QueryStatus
+TEH_PG_trigger_aml_process (
+ void *cls,
+ const struct TALER_PaytoHashP *h_payto,
+ const struct TALER_Amount *threshold_crossed);
+
+
#endif