gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: document age restriction fields


From: gnunet
Subject: [taler-docs] branch master updated: document age restriction fields
Date: Thu, 28 Mar 2024 11:58:04 +0100

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

grothoff pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new fca2978e document age restriction fields
fca2978e is described below

commit fca2978e51c29b5e34ce5269c6fd3ea58ba30b8b
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Thu Mar 28 11:58:01 2024 +0100

    document age restriction fields
---
 core/api-merchant.rst | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index 7fe88a4a..152e5499 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -391,6 +391,25 @@ Making the payment
 
       // URL of the exchange this coin was withdrawn from.
       exchange_url: string;
+
+      // Signature affirming the posession of the
+      // respective private key proving that the payer
+      // is old enough. Only provided if the paid contract
+      // has an age restriction and the coin is
+      // age-restricted.
+      minimum_age_sig?: EddsaSignature;
+
+      // Age commitment vector of the coin.
+      // Only provided if the paid contract
+      // has an age restriction and the coin is
+      // age-restricted.
+      age_commitment?: Edx25519PublicKey[];
+
+      // Hash over the agge commitment vector of the coin.
+      // Only provided if the paid contract
+      // does NOT have an age restriction and the coin is
+      // age-restricted.
+      h_age_commitment?: AgeCommitmentHash;
     }
 
   .. ts:def:: TokenPaySig

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