summaryrefslogtreecommitdiff
path: root/core/api-exchange.rst
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-07-03 11:55:57 +0200
committerChristian Grothoff <christian@grothoff.org>2022-07-03 11:55:57 +0200
commit27da1e18bd406c21642831433ac9e54b0ef21f4e (patch)
tree010a85c24cc466ee70bdf062f5047e5570092a19 /core/api-exchange.rst
parentd88424d45aafae8cf59b27af205e6243791086f5 (diff)
downloaddocs-27da1e18bd406c21642831433ac9e54b0ef21f4e.tar.gz
docs-27da1e18bd406c21642831433ac9e54b0ef21f4e.tar.bz2
docs-27da1e18bd406c21642831433ac9e54b0ef21f4e.zip
add mailbox api spec
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 1223086d..85d8e3a7 100644
--- a/core/api-exchange.rst
+++ b/core/api-exchange.rst
@@ -2537,7 +2537,7 @@ denomination.
// `coin's private key <coin-priv>`.
coin_sig: EddsaSignature;
}
-
+
The deposit operation succeeds if the coin is valid for making a deposit and
has enough residual value that has not already been deposited or melted.
@@ -2572,7 +2572,7 @@ denomination.
}
.. ts:def:: DepositConfirmationSignature
-
+
interface DepositConfirmationSignature {
// The EdDSA signature of `TALER_DepositConfirmationPS` using a current
// `signing key of the exchange <sign-key-priv>` affirming the successful
@@ -2581,7 +2581,7 @@ denomination.
exchange_sig: EddsaSignature;
}
-
+
----------
Refreshing
----------