commit ec63e00a134458c98fd9d242fb660cfe7469dde0 parent 4437c19b20cbabc3776343acdb8ad2ac9814782b Author: ms <ms@taler.net> Date: Thu, 4 Nov 2021 09:07:13 +0100 extending access API Diffstat:
| M | core/api-bank-access.rst | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/core/api-bank-access.rst b/core/api-bank-access.rst @@ -51,6 +51,8 @@ name and account password, at least in the GNU Taler demo bank implementation. amount: Amount; credit_debit_indicator: "credit" | "debit"; }; + // payto://-URI of the account. (New) + paytoUri: string; }