taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit bed54ccbfbdafe34fa9b7db5b4dba306d40fa6d2
parent 7048c18bb6facf5319b1978858d5263abcd4fcc2
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue, 11 Jul 2023 20:36:42 +0200

spec 'lost' field for #7883

Diffstat:
Mcore/api-exchange.rst | 9+++++++++
1 file changed, 9 insertions(+), 0 deletions(-)

diff --git a/core/api-exchange.rst b/core/api-exchange.rst @@ -374,6 +374,15 @@ possibly by using HTTPS. // be settled, as the exchange will afterwards destroy its evidence relating to // transactions involving this coin. stamp_expire_legal: Timestamp; + + // Set to 'true' if the exchange somehow "lost" + // the private key. The denomination was not + // necessarily revoked, but still cannot be used + // to withdraw coins at this time (theoretically, + // the private key could be recovered in the + // future; coins signed with the private key + // remain valid). + lost?: boolean; } .. ts:def:: Denom