summaryrefslogtreecommitdiff
path: root/libeufin/api-nexus.rst
diff options
context:
space:
mode:
Diffstat (limited to 'libeufin/api-nexus.rst')
-rw-r--r--libeufin/api-nexus.rst18
1 files changed, 7 insertions, 11 deletions
diff --git a/libeufin/api-nexus.rst b/libeufin/api-nexus.rst
index 8658f7a1..d4d02a41 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;
}