summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-02-19 18:29:29 +0100
committerChristian Grothoff <christian@grothoff.org>2023-02-19 18:29:43 +0100
commitf8298bca0883b187a8612bb026e3087ddaf665ba (patch)
treeeb98f18d46fec80fab54a6ab59c3db83d12d15a9 /core
parent16a003ce472b8ed5929c15218104758f8d282545 (diff)
downloaddocs-f8298bca0883b187a8612bb026e3087ddaf665ba.tar.gz
docs-f8298bca0883b187a8612bb026e3087ddaf665ba.tar.bz2
docs-f8298bca0883b187a8612bb026e3087ddaf665ba.zip
document change for #7706: add purse_expiration
Diffstat (limited to 'core')
-rw-r--r--core/api-exchange.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/core/api-exchange.rst b/core/api-exchange.rst
index 8ccd9df5..368c5048 100644
--- 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;