commit c3d4268c6a7ea74c8ed714ce0cf545e31db03f54
parent 812afa3330b6049e1255ec97821eb1c8c11a1611
Author: Martin Schanzenbach <schanzen@gnunet.org>
Date: Thu, 7 Jul 2022 20:29:35 +0200
read docs wrong
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/core/api-taldir.rst b/core/api-taldir.rst
@@ -139,7 +139,7 @@ Address registration
address: string;
// Public key of the user to register. As string in Crockfor base32 encoding.
- public_key: string;
+ public_key: EddsaPublicKey;
// (HTTPS) endpoint URL for the inbox service.
inbox_url: string;
@@ -232,7 +232,7 @@ Address registration
// excluding the 0-termination) concatenated with the binary 32-byte
// value representing the wallet's EdDSA public key.
// The hash is provided as string in Crockford base32 encoding.
- solution: string;
+ solution: HashCode;
}
@@ -274,7 +274,7 @@ Address lookup
interface MailboxDetailResponse {
// Registered public key of the user. As string in Crockford base32 encoding.
- public_key: string;
+ public_key: EddsaPublicKey;
// (HTTPS) endpoint URL for the inbox service.
inbox_url: string;