summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2022-07-07 20:29:35 +0200
committerMartin Schanzenbach <schanzen@gnunet.org>2022-07-07 20:29:35 +0200
commitc3d4268c6a7ea74c8ed714ce0cf545e31db03f54 (patch)
tree06940e1cec4321cbb24374620ceece12004e3b23 /core
parent812afa3330b6049e1255ec97821eb1c8c11a1611 (diff)
downloaddocs-c3d4268c6a7ea74c8ed714ce0cf545e31db03f54.tar.gz
docs-c3d4268c6a7ea74c8ed714ce0cf545e31db03f54.tar.bz2
docs-c3d4268c6a7ea74c8ed714ce0cf545e31db03f54.zip
read docs wrong
Diffstat (limited to 'core')
-rw-r--r--core/api-taldir.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/api-taldir.rst b/core/api-taldir.rst
index 6ef9828a..24c118de 100644
--- 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;