gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-docs] branch master updated (dd7e2f9 -> bd6f550)


From: gnunet
Subject: [taler-docs] branch master updated (dd7e2f9 -> bd6f550)
Date: Fri, 19 Mar 2021 19:33:25 +0100

This is an automated email from the git hooks/post-receive script.

ttn pushed a change to branch master
in repository docs.

    from dd7e2f9  mark up ‘false’
     new 04ec4ea  add period at end of sentence (three instances)
     new 86bfcee  add period at end of sentence (two instances)
     new ce96953  mark up ‘confirmation_done’, ‘true’, ‘selection_done’
     new 0122538  mark up ‘selection_done’; change markup of ‘true’ from ' to 
``; add period at end of sentence (two instances)
     new bd6f550  add period at end of sentence

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 core/api-bank-access.rst | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/core/api-bank-access.rst b/core/api-bank-access.rst
index 456211b..fa08c2f 100644
--- a/core/api-bank-access.rst
+++ b/core/api-bank-access.rst
@@ -62,7 +62,7 @@ name and account password, at least in the GNU Taler demo 
bank implementation.
   .. ts:def:: BankAccountCreateWithdrawalRequest
 
     interface BankAccountCreateWithdrawalRequest {
-      // Amount to withdraw
+      // Amount to withdraw.
       amount: Amount;
     }
 
@@ -71,17 +71,17 @@ name and account password, at least in the GNU Taler demo 
bank implementation.
   .. ts:def:: BankAccountCreateWithdrawalResponse
 
     interface BankAccountCreateWithdrawalResponse {
-      // ID of the withdrawal, can be used to view/modify the withdrawal 
operation
+      // ID of the withdrawal, can be used to view/modify the withdrawal 
operation.
       withdrawal_id: string;
 
-      // URI that can be passed to the wallet to initiate the withdrawal
+      // URI that can be passed to the wallet to initiate the withdrawal.
       taler_withdraw_uri: string;
     }
 
 
 .. http:GET:: 
${BANK_API_BASE_URL}/accounts/${account_name}/withdrawals/${withdrawal_id}
 
-  Query the status of a withdrawal operation
+  Query the status of a withdrawal operation.
 
   **Response**
 
@@ -90,7 +90,7 @@ name and account password, at least in the GNU Taler demo 
bank implementation.
   .. ts:def:: BankAccountGetWithdrawalResponse
 
     interface BankAccountGetWithdrawalResponse {
-      // Amount that will be withdrawn with this withdrawal operation
+      // Amount that will be withdrawn with this withdrawal operation.
       amount: Amount;
 
       // Was the withdrawal aborted?
@@ -98,18 +98,18 @@ name and account password, at least in the GNU Taler demo 
bank implementation.
 
       // Has the withdrawal been confirmed by the bank?
       // The wire transfer for a withdrawal is only executed once
-      // both confirmation_done is true and selection_done is true.
+      // both ``confirmation_done`` is ``true`` and ``selection_done`` is 
``true``.
       confirmation_done: boolean;
 
       // Did the wallet select reserve details?
       selection_done: boolean;
 
       // Reserve public key selected by the exchange,
-      // only non-null if selection_done is 'true'
+      // only non-null if ``selection_done`` is ``true``.
       selected_reserve_pub: string | null;
 
       // Exchange account selected by the exchange,
-      // only non-null if selection_done is 'true'
+      // only non-null if ``selection_done`` is ``true``.
       selected_exchange_account: string | null;
     }
 
@@ -157,4 +157,4 @@ Registration (Testing)
 
   **Response**
 
-  :http:statuscode:`200 OK`:  Registration was successful
+  :http:statuscode:`200 OK`:  Registration was successful.

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]