gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: document WALLET_ACCOUNT_SETUP signat


From: gnunet
Subject: [taler-docs] branch master updated: document WALLET_ACCOUNT_SETUP signature struct
Date: Tue, 06 Dec 2022 13:02:36 +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 6567bd8  document WALLET_ACCOUNT_SETUP signature struct
     new 3036b21  Merge branch 'master' of git+ssh://git.taler.net/docs
6567bd8 is described below

commit 6567bd869fd123989553211fd09b3b5702fa0948
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Dec 6 13:02:26 2022 +0100

    document WALLET_ACCOUNT_SETUP signature struct
---
 core/api-common.rst | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/core/api-common.rst b/core/api-common.rst
index 5b23b58..21e8f03 100644
--- a/core/api-common.rst
+++ b/core/api-common.rst
@@ -1423,6 +1423,17 @@ within the
     uint32_t min_age;
   };
 
+.. _TALER_AccountSetupRequestSignaturePS:
+.. sourcecode:: c
+
+  struct TALER_AccountSetupRequestSignaturePS {
+    /**
+     * purpose.purpose = TALER_SIGNATURE_WALLET_ACCOUNT_SETUP
+     */
+    struct GNUNET_CRYPTO_EccSignaturePurpose purpose;
+    struct TALER_AmountNBO threshold;
+  };
+
 .. _TALER_AccountSetupSuccessSignaturePS:
 .. sourcecode:: c
 

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