[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-docs] branch master updated: document wire field
From: |
gnunet |
Subject: |
[taler-docs] branch master updated: document wire field |
Date: |
Mon, 18 Jan 2021 17:03:27 +0100 |
This is an automated email from the git hooks/post-receive script.
dold pushed a commit to branch master
in repository docs.
The following commit(s) were added to refs/heads/master by this push:
new 66834b8 document wire field
66834b8 is described below
commit 66834b8db2102e142f7acd103cc9667a02949562
Author: Florian Dold <florian@dold.me>
AuthorDate: Mon Jan 18 17:03:22 2021 +0100
document wire field
---
core/api-exchange.rst | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/core/api-exchange.rst b/core/api-exchange.rst
index 670789f..2f4ac95 100644
--- a/core/api-exchange.rst
+++ b/core/api-exchange.rst
@@ -1155,10 +1155,13 @@ denomination.
// coin's total value.
contribution: Amount;
- // The merchant's account details. This must be a JSON object whose
format
- // must correspond to one of the supported wire transfer formats of the
exchange.
- // See `wireformats`.
- wire: object;
+ // The merchant's account details.
+ // The salt is used to hide the payto_uri from customers
+ // that learn the h_wire of the merchant.
+ wire: {
+ payto_uri: string;
+ salt: HashCode;
+ };
// SHA-512 hash of the merchant's payment details from ``wire``.
Although
// strictly speaking redundant, this helps detect inconsistencies.
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-docs] branch master updated: document wire field,
gnunet <=