summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/api-common.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/core/api-common.rst b/core/api-common.rst
index 359141f6..5ce38c36 100644
--- a/core/api-common.rst
+++ b/core/api-common.rst
@@ -354,22 +354,22 @@ Signatures
.. ts:def:: EddsaSignature
// EdDSA signatures are transmitted as 64-bytes `base32`
- // binary-encoded objects with just the R and S values (base32_ binary-only)
+ // binary-encoded objects with just the R and S values (base32_ binary-only).
type EddsaSignature = string;
.. ts:def:: RsaSignature
- // `base32` encoded RSA signature
+ // `base32` encoded RSA signature.
type RsaSignature = string;
.. ts:def:: BlindedRsaSignature
- // `base32` encoded RSA blinded signature
+ // `base32` encoded RSA blinded signature.
type BlindedRsaSignature = string;
.. ts:def:: RsaBlindingKeySecret
- // `base32` encoded RSA blinding secret
+ // `base32` encoded RSA blinding secret.
type RsaBlindingKeySecret = string;
.. _amount: