From 7021e2cf993734ecb72b99295f227c955f646143 Mon Sep 17 00:00:00 2001 From: MS Date: Fri, 11 Dec 2020 17:22:14 +0100 Subject: facades: they require currency. --- libeufin/api-nexus.rst | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libeufin') diff --git a/libeufin/api-nexus.rst b/libeufin/api-nexus.rst index f9074356..eda8a796 100644 --- a/libeufin/api-nexus.rst +++ b/libeufin/api-nexus.rst @@ -634,6 +634,11 @@ Facades // access, the creator must *also* have access to that resource. creator: string; + // On which currency this facade operates. Note: + // ideally, Nexus will provide a global object that + // holds such information. + currency: string; + // Bank accounts that the facade has read/write // access to. bankAccountsRead: string[]; -- cgit v1.2.3