taler-docs

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

commit 3020d65737f155e8b2c09af85f8d8952167e4267
parent f57587f0311cc4e5ae14d79bebd4c24d0ab0cde8
Author: Christian Blättler <blatc2@bfh.ch>
Date:   Fri, 19 Apr 2024 10:48:53 +0200

improve tokens docs

Diffstat:
Mcore/api-merchant.rst | 6++++--
1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/core/api-merchant.rst b/core/api-merchant.rst @@ -2200,7 +2200,8 @@ protocol **vSUBSCRIBE**. token_family_slug: string; // Start of the validity period of the token. Based on this, the merchant - // will select the relevant signing key. + // will select the relevant signing key. This value is rounded down + // according to the configured rounding duration in the token family. valid_after: Timestamp; // How many units of the input are required. @@ -2226,7 +2227,8 @@ protocol **vSUBSCRIBE**. token_family_slug: string; // Start of the validity period of the token. Based on this, the merchant - // will select the relevant signing key. + // will select the relevant signing key. This value is rounded down + // according to the configured rounding duration in the token family. valid_after: Timestamp; // How many units of the output are issued by the merchant.