summaryrefslogtreecommitdiff
path: root/core/api-exchange.rst
diff options
context:
space:
mode:
Diffstat (limited to 'core/api-exchange.rst')
-rw-r--r--core/api-exchange.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/core/api-exchange.rst b/core/api-exchange.rst
index ea161617..563b84bf 100644
--- a/core/api-exchange.rst
+++ b/core/api-exchange.rst
@@ -1777,20 +1777,20 @@ typically also view the balance.)
// Applicable wire fee that was charged.
wire_fee: Amount;
- // public key of the merchant (identical for all deposits)
+ // Public key of the merchant (identical for all deposits).
merchant_pub: EddsaPublicKey;
- // hash of the wire details (identical for all deposits)
+ // Hash of the wire details (identical for all deposits).
h_wire: HashCode;
// Time of the execution of the wire transfer by the exchange
execution_time: Timestamp;
- // details about the deposits
+ // Details about the deposits.
deposits: TrackTransferDetail[];
- // signature from the exchange made with purpose
- // `TALER_SIGNATURE_EXCHANGE_CONFIRM_WIRE_DEPOSIT`
+ // Signature from the exchange made with purpose
+ // `TALER_SIGNATURE_EXCHANGE_CONFIRM_WIRE_DEPOSIT`.
exchange_sig: EddsaSignature;
// public EdDSA key of the exchange that was used to generate the signature.