commit 1a116c0a72fcbab8eec513771ec1d4413ced44c8
parent d9130109156fd63f992290db964c9ec0445cd2f0
Author: Christian Grothoff <christian@grothoff.org>
Date: Sat, 13 May 2023 20:31:53 +0200
return tipping_allowed from /keys
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/core/api-exchange.rst b/core/api-exchange.rst
@@ -119,6 +119,10 @@ possibly by using HTTPS.
// based on this value.
asset_type: string;
+ // Set to true if this exchange allows the use
+ // of reserves for tipping.
+ tipping_allowed: bool;
+
// EdDSA master public key of the exchange, used to sign entries
// in ``denoms`` and ``signkeys``.
master_public_key: EddsaPublicKey;