gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: minor


From: gnunet
Subject: [taler-docs] branch master updated: minor
Date: Tue, 05 Jul 2022 18:40:59 +0200

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

martin-schanzenbach pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new 10b95e2  minor
10b95e2 is described below

commit 10b95e231acd49062283a15d01ef01b0001d04ac
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Tue Jul 5 18:40:56 2022 +0200

    minor
---
 core/api-taldir.rst | 50 +++++++++++++++++++++++++-------------------------
 1 file changed, 25 insertions(+), 25 deletions(-)

diff --git a/core/api-taldir.rst b/core/api-taldir.rst
index 9be435d..5168992 100644
--- a/core/api-taldir.rst
+++ b/core/api-taldir.rst
@@ -133,22 +133,22 @@ Address registration
 
   .. ts:def:: IdentityMessage
 
-  interface IdentityMessage {
-    // Address, in $METHOD-specific format
-    address: string;
+    interface IdentityMessage {
+      // Address, in $METHOD-specific format
+      address: string;
 
-    // Public key of the user to register
-    public_key: EdDSAPublicKey;
+      // Public key of the user to register
+      public_key: EdDSAPublicKey;
 
-    // (HTTPS) endpoint URL for the inbox service.
-    inbox_url: string;
+      // (HTTPS) endpoint URL for the inbox service.
+      inbox_url: string;
 
-    // For how long should the registration last.
-    duration: Time;
+      // For how long should the registration last.
+      duration: Time;
 
-    // Order ID, if the client recently paid for this registration
-    order_id?: string;
-  }
+      // Order ID, if the client recently paid for this registration
+      order_id?: string;
+    }
 
   **Response**
 
@@ -225,14 +225,14 @@ Address registration
 
   .. ts:def:: IdentityConfirmation
 
-  interface IdentityConfirmation {
-    // The solution is the SHA-512 hash of the challenge ($PINTAN) value
-    // chosen by TalDir (encoded as string just as given in the URL, but
-    // excluding the 0-termination) concatenated with the binary 32-byte
-    // value representing the wallet's EdDSA public key.
-    solution: Hash;
+    interface IdentityConfirmation {
+      // The solution is the SHA-512 hash of the challenge ($PINTAN) value
+      // chosen by TalDir (encoded as string just as given in the URL, but
+      // excluding the 0-termination) concatenated with the binary 32-byte
+      // value representing the wallet's EdDSA public key.
+      solution: Hash;
 
-  }
+    }
 
   **Response**
 
@@ -268,12 +268,12 @@ Address lookup
 
   .. _MailboxDetailResponse:
   .. ts:def:: MailboxDetailResponse
-  interface MailboxDetailResponse {
+    interface MailboxDetailResponse {
 
-    // Registered public key of the user
-    public_key: EdDSAPublicKey;
+      // Registered public key of the user
+      public_key: EdDSAPublicKey;
 
-    // (HTTPS) endpoint URL for the inbox service.
-    inbox_url: string;
+      // (HTTPS) endpoint URL for the inbox service.
+      inbox_url: string;
 
-  }
+    }

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