taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 676f0a9e08b910a44472a896b5bc5c7dea2cc646
parent 4723a470900756d384d272d1d0e8924b7cbac3dd
Author: Antoine A <>
Date:   Mon, 10 Jun 2024 15:52:50 +0200

update core-bank api for wire transfer fees

Diffstat:
Mcore/api-corebank.rst | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/core/api-corebank.rst b/core/api-corebank.rst @@ -129,6 +129,10 @@ Config // Default to 'iban' is missing // @since v4, will become mandatory in the next version. wire_type?: string; + + // Wire transfer execution fees. + // @since v4, will become mandatory in the next version. + wire_transfer_fees?: Amount; }