commit 7a069fc476732933baa06bf08a55ab36625d22fc parent 902a35ca0b3c772107b5bb439efc9e710191a11c Author: Christian Grothoff <grothoff@gnunet.org> Date: Thu, 12 Jun 2025 13:20:58 +0200 add bank_dialect (for #10085) Diffstat:
| M | core/api-exchange.rst | | | 12 | ++++++++++++ |
1 file changed, 12 insertions(+), 0 deletions(-)
diff --git a/core/api-exchange.rst b/core/api-exchange.rst @@ -91,6 +91,12 @@ possibly by using HTTPS. // @since protocol **v21**. shopping_url?: string; + // Dialect the bank would like wallets to speak. Used to customize + // wallet messages to the user when interacting specifically with + // this exchange. + // @since protocol **v29**. + bank_dialect?: string; + // How wallets should render this currency. currency_specification: CurrencySpecification; @@ -173,6 +179,12 @@ possibly by using HTTPS. // @since protocol **v21**. shopping_url?: string; + // Dialect the bank would like wallets to speak. Used to customize + // wallet messages to the user when interacting specifically with + // this exchange. + // @since protocol **v29**. + bank_dialect?: string; + // Instructs wallets to use certain bank-specific // language (for buttons) and/or other UI/UX customization // for compliance with the rules of that bank.