commit da2a979edd84e724d8e0a0e608089a74bc974eec parent 5ef4bb750d461f5f0650b238819e821329794bb6 Author: Christian Grothoff <christian@grothoff.org> Date: Thu, 8 Aug 2024 19:23:00 +0200 -optional Diffstat:
| M | core/api-exchange.rst | | | 5 | +++-- |
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/core/api-exchange.rst b/core/api-exchange.rst @@ -4654,8 +4654,9 @@ regulatory compliance. interface WalletKycCheckResponse { // Next balance limit above which a KYC check - // may be required. - next_threshold: Amount; + // may be required. Optional, not given if no + // threshold exists (assume infinity). + next_threshold?: Amount; // When does the current set of AML/KYC rules // expire and the wallet needs to check again