commit 4a88e8284745fb19b1065beee932c7e340d56e0b parent cc0078e04b6312ee5a22a60bab9e1d4551fa476f Author: Christian Grothoff <christian@grothoff.org> Date: Thu, 3 Jul 2025 16:37:25 +0200 protocol extension for #10117 Diffstat:
| M | core/api-exchange.rst | | | 9 | +++++++++ |
1 file changed, 9 insertions(+), 0 deletions(-)
diff --git a/core/api-exchange.rst b/core/api-exchange.rst @@ -133,6 +133,15 @@ possibly by using HTTPS. // e.g. "0 => €" or "3 => k€". For BTC, would be "0 => BTC, -3 => mBTC". // Communicates the currency symbol to be used. alt_unit_names: { log10 : string }; + + // An array of common amounts that should be turned into + // display buttons in dialogs where the user might like + // a short-cut. The array should have four entries, but + // may have fewer or more entries. Wallets may omit + // later entries in the array. + // @since protocol **v30** (rev 2) + common_amounts: Amount[]; + }