gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: nexus API


From: gnunet
Subject: [taler-docs] branch master updated: nexus API
Date: Thu, 02 Sep 2021 11:18:57 +0200

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

ms pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new bc200a3  nexus API
bc200a3 is described below

commit bc200a32fba1a8ffa8fec841db38dccd7231edbc
Author: MS <ms@taler.net>
AuthorDate: Thu Sep 2 09:18:54 2021 +0000

    nexus API
---
 libeufin/api-nexus.rst | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/libeufin/api-nexus.rst b/libeufin/api-nexus.rst
index 5aac6d4..83fe587 100644
--- a/libeufin/api-nexus.rst
+++ b/libeufin/api-nexus.rst
@@ -375,12 +375,17 @@ manages payment initiations of the account and tracks the 
initiations of payment
          bankConnection: string;
      }
 
-  **Response:** Tells how many transactions were never downloaded before:
+  **Response:**
 
   .. code-block:: ts
 
     interface NewTransactions {
+      // How many transactions are new to Nexus.
       newTransactions: number;
+      // How many transactions got downloaded by the request.
+      // Note that a transaction can be downloaded multiple
+      // times but only counts as new once.
+      downloadedTransactions: number;
     }
 
 .. http:get:: {nexusBase}/bank-accounts/{acctid}/transactions

-- 
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]