gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-docs] 03/03: add valid_after


From: gnunet
Subject: [taler-docs] 03/03: add valid_after
Date: Fri, 19 Apr 2024 10:49:06 +0200

This is an automated email from the git hooks/post-receive script.

christian-blaettler pushed a commit to branch master
in repository docs.

commit cd3ff64300bda3616f68a0c0e60673e11c47fa53
Author: Christian Blättler <blatc2@bfh.ch>
AuthorDate: Fri Apr 19 10:49:00 2024 +0200

    add valid_after
---
 design-documents/046-mumimo-contracts.rst | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/design-documents/046-mumimo-contracts.rst 
b/design-documents/046-mumimo-contracts.rst
index cbc8d6e2..8cb35316 100644
--- a/design-documents/046-mumimo-contracts.rst
+++ b/design-documents/046-mumimo-contracts.rst
@@ -323,6 +323,9 @@ The contract terms v1 will have the following structure:
     // 'token_families' map on the top-level.
     token_family_slug: string;
 
+    // Start of the validity period of the token.
+    valid_after: Timestamp;
+
     // Number of tokens to be yelded.
     // Defaults to one if the field is not provided.
     number?: Integer;
@@ -341,12 +344,6 @@ The contract terms v1 will have the following structure:
 
     class: "subscription";
 
-    // When does the subscription period start?
-    start_date: Timestamp;
-
-    // When does the subscription period end?
-    end_date: Timestamp;
-
     // Array of domain names where this subscription
     // can be safely used (e.g. the issuer warrants that
     // these sites will re-issue tokens of this type

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]