From c95295ee6e52074a95adad83bbba785b2158a55d Mon Sep 17 00:00:00 2001 From: MS Date: Tue, 26 Jan 2021 18:26:39 +0100 Subject: adapt specs to code --- libeufin/api-nexus.rst | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) (limited to 'libeufin') 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; } -- cgit v1.2.3