commit 0fd1ff58aa3771943164285c1143eebfa3a753d4
parent b9d293ee25396118878faaf4d63219326ab6ebb5
Author: Christian Grothoff <christian@grothoff.org>
Date: Fri, 2 Apr 2021 15:55:01 +0200
#6812: indicate deleted but not purged instances
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
@@ -1070,6 +1070,8 @@ Inspecting instances
// front-ends do not have to support wallets selecting payment targets.
payment_targets: string[];
+ // Has this instance been deleted (but not purged)?
+ deleted: boolean;
}