[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-docs] branch master updated: use Integer for wire_reference, use
From: |
gnunet |
Subject: |
[taler-docs] branch master updated: use Integer for wire_reference, use Integer instead of 'number' for consistency |
Date: |
Fri, 08 Jan 2021 23:29:07 +0100 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository docs.
The following commit(s) were added to refs/heads/master by this push:
new eb39a79 use Integer for wire_reference, use Integer instead of
'number' for consistency
new ded20a7 Merge branch 'master' of git+ssh://git.taler.net/docs
eb39a79 is described below
commit eb39a79ad1ea0646d05c19a19d3220cd143222f2
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Fri Jan 8 23:29:00 2021 +0100
use Integer for wire_reference, use Integer instead of 'number' for
consistency
---
core/api-exchange.rst | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/core/api-exchange.rst b/core/api-exchange.rst
index 46c36b5..7d295cc 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;
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-docs] branch master updated: use Integer for wire_reference, use Integer instead of 'number' for consistency,
gnunet <=