commit cd3ff64300bda3616f68a0c0e60673e11c47fa53 parent 3020d65737f155e8b2c09af85f8d8952167e4267 Author: Christian Blättler <blatc2@bfh.ch> Date: Fri, 19 Apr 2024 10:49:00 +0200 add valid_after Diffstat:
| M | 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 @@ -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