gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: fix api taldir


From: gnunet
Subject: [taler-docs] branch master updated: fix api taldir
Date: Tue, 05 Jul 2022 17:58:13 +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 0a28a22  fix api taldir
0a28a22 is described below

commit 0a28a22ee956c71a4fbc62fb46ad11fd93b022e7
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Tue Jul 5 17:58:10 2022 +0200

    fix api taldir
---
 core/api-taldir.rst | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/core/api-taldir.rst b/core/api-taldir.rst
index ebf783b..9be435d 100644
--- a/core/api-taldir.rst
+++ b/core/api-taldir.rst
@@ -131,7 +131,9 @@ Address registration
 
   **Request**
 
-  .. ts:def:: IdentityMessage {
+  .. ts:def:: IdentityMessage
+
+  interface IdentityMessage {
     // Address, in $METHOD-specific format
     address: string;
 
@@ -221,7 +223,9 @@ Address registration
 
   **Request**
 
-  .. ts:def:: IdentityConfirmation {
+  .. 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
@@ -263,7 +267,8 @@ Address lookup
      The address is unknown (original registration may have expired).
 
   .. _MailboxDetailResponse:
-  .. ts:def:: MailboxDetailResponse {
+  .. ts:def:: MailboxDetailResponse
+  interface MailboxDetailResponse {
 
     // Registered public key of the user
     public_key: EdDSAPublicKey;

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