gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: DD46: move token_types to top level


From: gnunet
Subject: [taler-docs] branch master updated: DD46: move token_types to top level to reduce duplication
Date: Fri, 15 Mar 2024 12:25:18 +0100

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

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

The following commit(s) were added to refs/heads/master by this push:
     new 657f5135 DD46: move token_types to top level to reduce duplication
657f5135 is described below

commit 657f5135d0d8b8d5af2d6ed3c24738c86db7a54d
Author: Christian Blättler <blatc2@bfh.ch>
AuthorDate: Fri Mar 15 12:25:14 2024 +0100

    DD46: move token_types to top level to reduce duplication
---
 design-documents/046-mumimo-contracts.rst | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/design-documents/046-mumimo-contracts.rst 
b/design-documents/046-mumimo-contracts.rst
index 7d234110..714b5822 100644
--- a/design-documents/046-mumimo-contracts.rst
+++ b/design-documents/046-mumimo-contracts.rst
@@ -209,6 +209,10 @@ The contract terms v1 will have the following structure:
     // signing the deposit confirmation.
     choices: ContractChoice[];
 
+    // Map from authority labels to meta data about the
+    // respective token authority.
+    token_types: { [authority_label: string]: TokenAuthority };
+
     // Extra data that is only interpreted by the merchant frontend.
     // Useful when the merchant needs to store extra information on a
     // contract without storing it separately in their database.
@@ -234,10 +238,6 @@ The contract terms v1 will have the following structure:
     // once the contract is paid.
     outputs: ContractOutput[];
 
-    // Map from authority labels to meta data about the
-    // respective token authority.
-    token_types: { [authority_label: string]: TokenAuthority };
-
   }
 
 .. ts:def:: ContractInput

-- 
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]