taler-docs

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

commit 9e5699978d1675d35823d354722fccec907a40be
parent 5abd7fab6fd15ba11dbc7dbdc263ad63685e7df3
Author: Florian Dold <florian@dold.me>
Date:   Sun, 19 Feb 2023 17:55:24 +0100

add purse_expiration to purse status response

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

diff --git a/core/api-exchange.rst b/core/api-exchange.rst @@ -4216,6 +4216,11 @@ Wallet-to-wallet transfers // property is that it is either "never" or in the past. deposit_timestamp?: Timestamp; + // Time when the purse expires and + // funds that were not merged are refunded + // on the deposited coins. + purse_expiration: Timestamp; + // EdDSA signature of the exchange over a // `TALER_PurseStatusResponseSignaturePS` // with purpose ``TALER_SIGNATURE_PURSE_STATUS_RESPONSE``