From 1c2a5409a96855440710b66c08b40945e37892c3 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 6 Jul 2022 22:49:27 +0200 Subject: fix misc typos --- core/api-taldir.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'core/api-taldir.rst') diff --git a/core/api-taldir.rst b/core/api-taldir.rst index c527a40f..03212cc4 100644 --- a/core/api-taldir.rst +++ b/core/api-taldir.rst @@ -103,7 +103,7 @@ Configuration information name: "taler-directory"; // Supported registration methods - methods: Method; + methods: string; // fee for one month of registration monthly_fee: Amount; @@ -138,13 +138,13 @@ Address registration address: string; // Public key of the user to register - public_key: EdDSAPublicKey; + public_key: EddsaPublicKey; // (HTTPS) endpoint URL for the inbox service. inbox_url: string; // For how long should the registration last. - duration: Time; + duration: RelativeTime; // Order ID, if the client recently paid for this registration order_id?: string; @@ -230,7 +230,7 @@ Address registration // 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; + solution: HashCode; } @@ -272,7 +272,7 @@ Address lookup interface MailboxDetailResponse { // Registered public key of the user - public_key: EdDSAPublicKey; + public_key: EddsaPublicKey; // (HTTPS) endpoint URL for the inbox service. inbox_url: string; -- cgit v1.2.3