commit 921df3b49c6adb1ff9e322d3dae739979e1a695e parent 06c8e0ef25c267c8eb77c40ac0d9ab9b07ad3e04 Author: Christian Grothoff <grothoff@gnunet.org> Date: Fri, 31 Oct 2025 11:28:49 +0100 API extension needed for Turnstiles Diffstat:
| M | core/api-merchant.rst | | | 8 | ++++++++ |
1 file changed, 8 insertions(+), 0 deletions(-)
diff --git a/core/api-merchant.rst b/core/api-merchant.rst @@ -5375,6 +5375,14 @@ Inspecting token families // Human-readable name for the token family. name: string; + // Human-readable description for the token family. + // @since protocol **v23**. + description: string; + + // Optional map from IETF BCP 47 language tags to localized descriptions. + // @since protocol **v23**. + description_i18n?: { [lang_tag: string]: string }; + // Start time of the token family's validity period. valid_after: Timestamp;