summaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-04-26 14:26:39 +0200
committerFlorian Dold <florian.dold@gmail.com>2017-04-26 14:26:39 +0200
commit01ab7b06596880ed1849cd29212aca1f18273ef8 (patch)
tree9ced87bc9cd52a44d2405b9dc832eee2a052b776 /api
parent7d22fe94cd00bbef94b2f2dea4e6bf62ddf57a5f (diff)
downloaddocs-01ab7b06596880ed1849cd29212aca1f18273ef8.tar.gz
docs-01ab7b06596880ed1849cd29212aca1f18273ef8.tar.bz2
docs-01ab7b06596880ed1849cd29212aca1f18273ef8.zip
document wire_method in proposal terms
Diffstat (limited to 'api')
-rw-r--r--api/api-merchant.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/api/api-merchant.rst b/api/api-merchant.rst
index e35afe16..737b5792 100644
--- a/api/api-merchant.rst
+++ b/api/api-merchant.rst
@@ -603,6 +603,12 @@ The `proposal data` must have the following structure:
// The hash of the merchant instance's wire details.
H_wire: HashCode;
+ // Wire transfer method identifier for the wire method associated with H_wire.
+ // The wallet may only select exchanges via a matching auditor if the
+ // exchange also supports this wire method.
+ // The wire transfer fees must be added based on this wire transfer method.
+ wire_method: string;
+
// Any exchanges audited by these auditors are accepted by the merchant.
auditors: Auditor[];