summaryrefslogtreecommitdiff
path: root/api-mint.rst
diff options
context:
space:
mode:
authorJeff Burdges <burdges@gnunet.org>2015-10-30 14:31:47 +0100
committerJeff Burdges <burdges@gnunet.org>2015-10-30 14:31:47 +0100
commitc4151f993efcd1b62e6387800f2617dd4c276ce8 (patch)
tree69d2aad8e6308153a4061681f054e20629d7e061 /api-mint.rst
parent2e8f215d5df19131a44cb8d3cccd264608d131a2 (diff)
downloaddocs-c4151f993efcd1b62e6387800f2617dd4c276ce8.tar.gz
docs-c4151f993efcd1b62e6387800f2617dd4c276ce8.tar.bz2
docs-c4151f993efcd1b62e6387800f2617dd4c276ce8.zip
Eliminate JSON object style signature used in double spending report
Diffstat (limited to 'api-mint.rst')
-rw-r--r--api-mint.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/api-mint.rst b/api-mint.rst
index 278cebdd..5f7f4d32 100644
--- a/api-mint.rst
+++ b/api-mint.rst
@@ -332,7 +332,8 @@ Deposit operations are requested by a merchant during a transaction. For the dep
:>jsonarr string type: either "deposit" or "melt"
:>jsonarr object amount: the total amount_ of the coin's value absorbed by this transaction
- :>jsonarr object signature: the signature_ (JSON object) of purpose `TALER_SIGNATURE_WALLET_COIN_DEPOSIT` or `TALER_SIGNATURE_WALLET_COIN_MELT` with the details of the transaction that drained the coin's value
+ :>jsonarr string details: base32_ binary encoding of the transaction data as a `TALER_DepositRequestPS` or `TALER_RefreshMeltCoinAffirmationPS` struct described in :ref:`Signatures`. Its `purpose` should match our `type`, `amount_with_fee`, should match our `amount`, and its `size` should be consistent.
+ :>jsonarr object signature: the EdDSA signature_ (binary-only) made with purpose `TALER_SIGNATURE_WALLET_COIN_DEPOSIT` or `TALER_SIGNATURE_WALLET_COIN_MELT` over the transaction's details.
**Error Response: Invalid signature**: