diff options
author | Christian Grothoff <christian@grothoff.org> | 2023-02-12 22:02:45 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2023-02-12 22:02:51 +0100 |
commit | 6db4bdbe6e39b84b995b11ab132a7c6706686677 (patch) | |
tree | 33bccdbe6c912158064799962a1a37cbf39b0bb3 /src/exchange/taler-exchange-httpd_responses.h | |
parent | 174022907ba612e41d716f2bf5faf63ffc7c2332 (diff) |
-more work on AML triggers for P2P transfers
Diffstat (limited to 'src/exchange/taler-exchange-httpd_responses.h')
-rw-r--r-- | src/exchange/taler-exchange-httpd_responses.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/exchange/taler-exchange-httpd_responses.h b/src/exchange/taler-exchange-httpd_responses.h index ba6577b2..0db6968f 100644 --- a/src/exchange/taler-exchange-httpd_responses.h +++ b/src/exchange/taler-exchange-httpd_responses.h @@ -92,6 +92,19 @@ TEH_RESPONSE_reply_kyc_required (struct MHD_Connection *connection, /** + * Send information that an AML process is blocking + * the operation right now. + * + * @param connection connection to the client + * @param status current AML status + * @return MHD result code + */ +MHD_RESULT +TEH_RESPONSE_reply_aml_blocked (struct MHD_Connection *connection, + enum TALER_AmlDecisionState status); + + +/** * Send assertion that the given denomination key hash * is not usable (typically expired) at this time. * |