summaryrefslogtreecommitdiff
path: root/core/api-taldir.rst
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-07-06 22:49:27 +0200
committerChristian Grothoff <christian@grothoff.org>2022-07-06 22:49:27 +0200
commit1c2a5409a96855440710b66c08b40945e37892c3 (patch)
tree4d69f34b9e4af84eaa384fd09a5d5f596140d723 /core/api-taldir.rst
parentf74f02c64d7ec515d37299b405ed06d166e28114 (diff)
downloaddocs-1c2a5409a96855440710b66c08b40945e37892c3.tar.gz
docs-1c2a5409a96855440710b66c08b40945e37892c3.tar.bz2
docs-1c2a5409a96855440710b66c08b40945e37892c3.zip
fix misc typos
Diffstat (limited to 'core/api-taldir.rst')
-rw-r--r--core/api-taldir.rst10
1 files changed, 5 insertions, 5 deletions
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;