commit 352c11ebc347ef99fee8786d1f24c8e856764e93
parent bb4758327e059e974ea8ba609b02160ff7cf2b17
Author: Christian Grothoff <christian@grothoff.org>
Date: Mon, 21 Apr 2025 21:15:12 +0200
expand protocol to inform AML-SPA about account type (#9767)
Diffstat:
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/core/api-exchange.rst b/core/api-exchange.rst
@@ -2234,7 +2234,7 @@ These endpoints are called by the client
// The reserve's public key from the previous call to /withdraw.
reserve_pub: string;
- // This is the h_planchets running hash of all blinded planchets
+ // This is the h_planchets running hash of all blinded planchets
// from the previous call to /withdraw.
h_planchets: string;
@@ -5900,6 +5900,10 @@ and freeze or unfreeze accounts suspected of money laundering.
// Identifies a GNU Taler wallet or an affected bank account.
h_payto: NormalizedPaytoHash;
+ // True if the underlying payto://-URI is for a wallet
+ // Since protocol **v25**.
+ is_wallet: boolean;
+
// Row ID of the record. Used to filter by offset.
rowid: Integer;