summaryrefslogtreecommitdiff
path: root/core/api-common.rst
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-11-15 10:52:44 +0100
committerChristian Grothoff <christian@grothoff.org>2021-11-15 10:52:44 +0100
commit165dba24521ef6a9109bb819bf5d0eb77773d1c5 (patch)
treed2d3f3af599cb31c0735f085587324af5d43a571 /core/api-common.rst
parent0bf12e258315e8885a2ebaa04205acf6c64ff17d (diff)
downloaddocs-165dba24521ef6a9109bb819bf5d0eb77773d1c5.tar.gz
docs-165dba24521ef6a9109bb819bf5d0eb77773d1c5.tar.bz2
docs-165dba24521ef6a9109bb819bf5d0eb77773d1c5.zip
-update exchange API with new /keys for CS
Diffstat (limited to 'core/api-common.rst')
-rw-r--r--core/api-common.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/core/api-common.rst b/core/api-common.rst
index 51a1faba..3c65e5c6 100644
--- a/core/api-common.rst
+++ b/core/api-common.rst
@@ -418,6 +418,13 @@ Signatures
// `base32` encoded RSA blinding secret.
type RsaBlindingKeySecret = string;
+.. ts:def:: DenominationBlindingKeySecret
+
+ // Union, not (!) discriminated!
+ // (Note: CS Blinding Key secret is yet to be defined&added here).
+ type DenominationBlindingKeySecret =
+ | RsaBlindingKeySecret;
+
.. _amount:
Amounts