gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated (6c8350d -> 6133a47)


From: gnunet
Subject: [taler-docs] branch master updated (6c8350d -> 6133a47)
Date: Mon, 29 Nov 2021 06:43:29 +0100

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

ttn pushed a change to branch master
in repository docs.

    from 6c8350d  update minimal version of GNUnet to 0.15.2
     new 90b2583  fix warning: add blank line after "definition list"
     new 6133a47  fix formatting w/ ‘BankAccountInfoWithBalance’

The 2 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:
 libeufin/api-nexus.rst | 24 +++++++++++++-----------
 1 file changed, 13 insertions(+), 11 deletions(-)

diff --git a/libeufin/api-nexus.rst b/libeufin/api-nexus.rst
index 5f3e7a6..f37e054 100644
--- a/libeufin/api-nexus.rst
+++ b/libeufin/api-nexus.rst
@@ -238,17 +238,19 @@ manages payment initiations of the account and tracks the 
initiations of payment
 
    Get basic information about the bank account named ``my-acct``.
 
-   interface BankAccountInfoWithBalance {
-     // ID number of the database row being the default bank connection
-     // of `my-acct`.
-     defaultBankConnection: number;
-     // Payto://-URI of `my-acct`.
-     accountPaytoUri: string;
-     // Balance of `my-acct` as it was downloaded from the bank
-     // along the last Camt document.  A human-readable message
-     // will inform the requester, should this value not be found.
-     lastSeenBalance: string;
-   }
+   .. ts:def:: BankAccountInfoWithBalance
+
+     interface BankAccountInfoWithBalance {
+       // ID number of the database row being the default bank connection
+       // of ``my-acct``.
+       defaultBankConnection: number;
+       // Payto://-URI of ``my-acct``.
+       accountPaytoUri: string;
+       // Balance of ``my-acct`` as it was downloaded from the bank
+       // along the last Camt document.  A human-readable message
+       // will inform the requester, should this value not be found.
+       lastSeenBalance: string;
+     }
 
 .. http:post:: 
{nexusBase}/bank-accounts/{acctid}/payment-initiations/{pmtid}/submit
 

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