summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/api-exchange.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/core/api-exchange.rst b/core/api-exchange.rst
index 46c36b5a..7d295cc8 100644
--- a/core/api-exchange.rst
+++ b/core/api-exchange.rst
@@ -955,7 +955,7 @@ exchange.
// Opaque identifier internal to the exchange that
// uniquely identifies the wire transfer that credited the reserve.
- wire_reference: Base32;
+ wire_reference: Integer;
// Timestamp of the incoming wire transfer.
timestamp: Timestamp;
@@ -1415,7 +1415,7 @@ the API during normal operation.
interface MeltResponse {
// Which of the ``kappa`` indices does the client not have to reveal.
- noreveal_index: number;
+ noreveal_index: Integer;
// Signature of `TALER_RefreshMeltConfirmationPS` whereby the exchange
// affirms the successful melt and confirming the ``noreveal_index``
@@ -1915,7 +1915,7 @@ Refunds
h_contract_terms: HashCode;
// 64-bit transaction id of the refund transaction between merchant and customer
- rtransaction_id: number;
+ rtransaction_id: Integer;
// EdDSA public key of the merchant.
merchant_pub: EddsaPublicKey;
@@ -1949,7 +1949,7 @@ Refunds
// related to the deposit value being insufficient for the requested
// refund(s), or the requested refund conflicting due to refund
// transaction number re-use (with different amounts).
- code: number;
+ code: Integer;
// Human-readable description of the error message
hint: string;