taler-docs

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

commit 402e192d8dad9621b36516d26f73861e97e2348f
parent 31155408f4460826ae5a116026598bf67a33e168
Author: MS <ms@taler.net>
Date:   Tue, 14 Feb 2023 15:19:23 +0100

adapt docs to the code

Diffstat:
Mlibeufin/api-sandbox.rst | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/libeufin/api-sandbox.rst b/libeufin/api-sandbox.rst @@ -513,6 +513,11 @@ Cashouts subject: string; // Circuit bank account that created the cash-out. account: string; + // Fiat bank account that will receive the cashed out amount. + cashout_address: string; + // Ratios and fees related to this cash-out at the time + // when the operation was created. + ratios_and_fees: RatiosAndFees; // Time when the cash-out was created. creation_time: number; // milliseconds since the Unix epoch // Time when the cash-out was confirmed via its TAN.