summaryrefslogtreecommitdiff
path: root/api-exchange.rst
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-10-12 17:18:40 +0200
committerChristian Grothoff <christian@grothoff.org>2016-10-12 17:18:40 +0200
commit7f5a434337e6916c05e7158301a092d3ea36a024 (patch)
tree2595aa0eb7032ea385b8ddb70bf1f583a570280a /api-exchange.rst
parent93ebfd33d2b67d94f562c8d713db7f375f1447e9 (diff)
parente9c0b816024833ec5f20a6d2e3b64ab83a5a364b (diff)
downloaddocs-7f5a434337e6916c05e7158301a092d3ea36a024.tar.gz
docs-7f5a434337e6916c05e7158301a092d3ea36a024.tar.bz2
docs-7f5a434337e6916c05e7158301a092d3ea36a024.zip
Merge branch 'master' of git.taler.net:api
Diffstat (limited to 'api-exchange.rst')
-rw-r--r--api-exchange.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/api-exchange.rst b/api-exchange.rst
index 3b04def1..c06d3862 100644
--- a/api-exchange.rst
+++ b/api-exchange.rst
@@ -1298,8 +1298,8 @@ Administrative API: Bank transactions
// Transaction identifier in the wire details
transaction: number;
- // Wire transaction details, as originally specified by the merchant
- wire: any;
+ // `Wire transaction details <wireformats>`_, as originally specified by the merchant
+ wire: Object;
}
**Response**
@@ -1507,8 +1507,8 @@ binary-compatible with the implementation of the exchange.
// Private transfer key
trans_priv: string;
- // Coin public ket
- coin_pub: string;
+ // `Coin public key <eddsa-coin-pub>`_
+ coin_pub: EddsaPublicKey;
}
**Response:**