gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: fix link to data type


From: gnunet
Subject: [taler-docs] branch master updated: fix link to data type
Date: Fri, 21 Apr 2023 20:40:15 +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 573cd2b  fix link to data type
573cd2b is described below

commit 573cd2b5d582b5e15f0fc6e452be27012a3be62b
Author: MS <ms@taler.net>
AuthorDate: Fri Apr 21 20:40:10 2023 +0200

    fix link to data type
---
 libeufin/api-nexus.rst | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/libeufin/api-nexus.rst b/libeufin/api-nexus.rst
index a60bf4d..6785498 100644
--- a/libeufin/api-nexus.rst
+++ b/libeufin/api-nexus.rst
@@ -905,15 +905,15 @@ Facades
 
   .. ts:def:: TalerAnastasisFacadeState
 
-    interface TalerFacadeState {
-      // Bank connection this facade relies on.
-      bankConnection: string;
-      // (Nexus local) bank account associated to this facade.
-      bankAccount: string;
-      // Whether the facade seeks reports or statements from the bank.
-      reserveTransferLevel?: string;
-      currency?: string;
-    }
+     interface TalerAnastasisFacadeState {
+       // Bank connection this facade relies on.
+       bankConnection: string;
+       // (Nexus local) bank account associated to this facade.
+       bankAccount: string;
+       // Whether the facade seeks reports or statements from the bank.
+       reserveTransferLevel?: string;
+       currency?: string;
+     }
 
 .. http:delete:: {nexus}/facades/{fcid}
 
@@ -925,7 +925,7 @@ Facades
 
   **Request:**
 
-  .. code-block:: ts
+  .. ts:def:: FacadeInfo
 
      interface FacadeInfo {
         // Name of the facade, same as the "fcid" parameter.

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