gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: Gather data for a fresh bank transpo


From: gnunet
Subject: [taler-docs] branch master updated: Gather data for a fresh bank transport.
Date: Mon, 11 May 2020 01:03:20 +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 9f8638a  Gather data for a fresh bank transport.
9f8638a is described below

commit 9f8638a0799548529c7e8003d1891b1eedf13d3d
Author: Marcello Stanisci <address@hidden>
AuthorDate: Mon May 11 01:03:03 2020 +0200

    Gather data for a fresh bank transport.
---
 libeufin/api-nexus.rst | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/libeufin/api-nexus.rst b/libeufin/api-nexus.rst
index 865b5fa..2d36fac 100644
--- a/libeufin/api-nexus.rst
+++ b/libeufin/api-nexus.rst
@@ -256,14 +256,18 @@ to the real bank.
 
      interface BankTransport {
 
+       // Type of the transport (ebics, fints, native, ..)
+       type: string;
+
        // Mnemonic identifier for the transport bein created.
        name: string;
 
        // Restore a previous transport.
        backup?: TransportBackup;
-
-       // Type of the transport (ebics, fints, native, ..)
-       type: string;
+       
+       // Data to create a fresh bank transport without
+       // restoring any backup.
+       new?: TransportNew;
      }
 
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]