summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Blättler <blatc2@bfh.ch>2024-04-19 10:49:00 +0200
committerChristian Blättler <blatc2@bfh.ch>2024-04-19 10:49:00 +0200
commitcd3ff64300bda3616f68a0c0e60673e11c47fa53 (patch)
tree566021df6f1861403ccb813642e380c476d6ad34
parent3020d65737f155e8b2c09af85f8d8952167e4267 (diff)
downloaddocs-cd3ff64300bda3616f68a0c0e60673e11c47fa53.tar.gz
docs-cd3ff64300bda3616f68a0c0e60673e11c47fa53.tar.bz2
docs-cd3ff64300bda3616f68a0c0e60673e11c47fa53.zip
add valid_after
-rw-r--r--design-documents/046-mumimo-contracts.rst9
1 files 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