summaryrefslogtreecommitdiff
path: root/api-exchange.rst
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2016-10-12 17:09:09 +0200
committerMarcello Stanisci <marcello.stanisci@inria.fr>2016-10-12 17:09:09 +0200
commite9c0b816024833ec5f20a6d2e3b64ab83a5a364b (patch)
tree6fa07771bec528a9939b119f67041f4292d9c5de /api-exchange.rst
parent91d03a694912fb416cadc23a2fc45d05dda2abb7 (diff)
downloaddocs-e9c0b816024833ec5f20a6d2e3b64ab83a5a364b.tar.gz
docs-e9c0b816024833ec5f20a6d2e3b64ab83a5a364b.tar.bz2
docs-e9c0b816024833ec5f20a6d2e3b64ab83a5a364b.zip
cosmetics
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 ac5ef0aa..3944918f 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:**