summaryrefslogtreecommitdiff
path: root/core/api-exchange.rst
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-12-12 15:59:21 +0100
committerChristian Grothoff <christian@grothoff.org>2019-12-12 15:59:21 +0100
commit83463c019e90c06e5b41e62a422b521f3dcc112d (patch)
tree3155f8c6e4c068e1a9638b779b80fe47e4e4babd /core/api-exchange.rst
parentc1d14953cfbf476b5e9bbf7eea6e5e33552eed6a (diff)
downloaddocs-83463c019e90c06e5b41e62a422b521f3dcc112d.tar.gz
docs-83463c019e90c06e5b41e62a422b521f3dcc112d.tar.bz2
docs-83463c019e90c06e5b41e62a422b521f3dcc112d.zip
spec update for #5991
Diffstat (limited to 'core/api-exchange.rst')
-rw-r--r--core/api-exchange.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/api-exchange.rst b/core/api-exchange.rst
index 5fa7fe7c..0445dd5f 100644
--- a/core/api-exchange.rst
+++ b/core/api-exchange.rst
@@ -284,6 +284,9 @@ Obtaining wire-transfer information
interface WireResponse {
+ // Master public key of the exchange, must match the key returned in /keys.
+ master_public_key: EddsaPublicKey;
+
// Array of wire accounts operated by the exchange for
// incoming wire transfers.
accounts: WireAccount[];