commit f8298bca0883b187a8612bb026e3087ddaf665ba
parent 16a003ce472b8ed5929c15218104758f8d282545
Author: Christian Grothoff <christian@grothoff.org>
Date: Sun, 19 Feb 2023 18:29:29 +0100
document change for #7706: add purse_expiration
Diffstat:
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/core/api-exchange.rst b/core/api-exchange.rst
@@ -4045,7 +4045,7 @@ typically also view the balance.)
// values indicate that the transfer is blocked due to
// AML enforcement.
aml_decision: Integer;
-
+
// True if the KYC check for the merchant has been
// satisfied. False does not mean that KYC
// is strictly needed, unless also a
@@ -4205,6 +4205,9 @@ Wallet-to-wallet transfers
// purse will (have been) merged with the account.
balance: Amount;
+ // When does the purge expire.
+ purse_expiration: Timestamp;
+
// Time of the merge, missing if "never".
merge_timestamp?: Timestamp;