summaryrefslogtreecommitdiff
path: root/core/api-exchange.rst
diff options
context:
space:
mode:
authorÖzgür Kesim <oec-taler@kesim.org>2022-06-22 18:23:20 +0200
committerÖzgür Kesim <oec-taler@kesim.org>2022-06-22 18:23:20 +0200
commit47df0f252882d608b0d7edc65961e7d4cd2e6b67 (patch)
tree55e49a4be7e03f17e6f156eba832144781db97b6 /core/api-exchange.rst
parent7f8661cc330ec7ec851774075cc3ee9c51c05d2b (diff)
downloaddocs-47df0f252882d608b0d7edc65961e7d4cd2e6b67.tar.gz
docs-47df0f252882d608b0d7edc65961e7d4cd2e6b67.tar.bz2
docs-47df0f252882d608b0d7edc65961e7d4cd2e6b67.zip
typos fixed
Diffstat (limited to 'core/api-exchange.rst')
-rw-r--r--core/api-exchange.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/api-exchange.rst b/core/api-exchange.rst
index 7acef55d..59f6cce4 100644
--- a/core/api-exchange.rst
+++ b/core/api-exchange.rst
@@ -252,7 +252,7 @@ possibly by using HTTPS.
cipher: "RSA";
denoms: ({
- rsa_pub: string;
+ rsa_pub: RsaPublicKey;
} & DenomCommon)[];
}
@@ -273,7 +273,7 @@ possibly by using HTTPS.
age_mask: string;
denoms: ({
- rsa_pub: string;
+ rsa_pub: RsaPublicKey;
} & DenomCommon)[];
}
@@ -307,7 +307,7 @@ possibly by using HTTPS.
// Fee charged by the exchange for refunding a coin of this denomination.
fee_refund: Amount;
- // Hash of all denominations in this group.
+ // Hash of all denominations' public keys in this group.
hash: HashCode;
}