[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-docs] branch master updated: add events to AML /decision making,
From: |
gnunet |
Subject: |
[taler-docs] branch master updated: add events to AML /decision making, for #9437 |
Date: |
Sat, 04 Jan 2025 15:29:24 +0100 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository docs.
The following commit(s) were added to refs/heads/master by this push:
new e77d9dcd add events to AML /decision making, for #9437
e77d9dcd is described below
commit e77d9dcd1d04e41c6e06518936604b530cbbb566
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sat Jan 4 15:29:18 2025 +0100
add events to AML /decision making, for #9437
---
core/api-exchange.rst | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/core/api-exchange.rst b/core/api-exchange.rst
index b167d3b8..a1213d97 100644
--- a/core/api-exchange.rst
+++ b/core/api-exchange.rst
@@ -6173,6 +6173,12 @@ and freeze or unfreeze accounts suspected of money
laundering.
// New since protocol **v20**.
properties: AccountProperties;
+ // Array of AML/KYC events to trigger for statistics.
+ // Note that this information is not covered by the signature
+ // (which is OK as events are just for statistics).
+ // New since protocol **v24**.
+ events?: string[];
+
// Space-separated list of measures to trigger
// immediately on the account.
// Prefixed with a "+" to indicate that the
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-docs] branch master updated: add events to AML /decision making, for #9437,
gnunet <=