gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: adapt specs to code


From: gnunet
Subject: [taler-docs] branch master updated: adapt specs to code
Date: Tue, 26 Jan 2021 18:26:48 +0100

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 c95295e  adapt specs to code
c95295e is described below

commit c95295ee6e52074a95adad83bbba785b2158a55d
Author: MS <ms@taler.net>
AuthorDate: Tue Jan 26 18:26:39 2021 +0100

    adapt specs to code
---
 libeufin/api-nexus.rst | 18 +++++++-----------
 1 file changed, 7 insertions(+), 11 deletions(-)

diff --git a/libeufin/api-nexus.rst b/libeufin/api-nexus.rst
index 8658f7a..d4d02a4 100644
--- a/libeufin/api-nexus.rst
+++ b/libeufin/api-nexus.rst
@@ -654,17 +654,13 @@ to the real bank.
    .. ts:def:: BankConnectionInfo
 
       interface BankConnectionInfo {
-         bankConnectionId: string;
-
-         bankConnectionType: string;
-
-         // Is this bank connection ready, or
-         // are we waiting for the bank to activate
-         // the connection?
-         ready: boolean;
-
-         // Did the user review the bank's keys?
-         bankKeysReviewed: boolean;
+        type: string;
+        owner: string;
+        // if true, this connection can be used to communicate
+        // with the bank.
+        ready: boolean;
+        // Depends on the type.
+        details: any;
       }
 
 

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