summaryrefslogtreecommitdiff
path: root/libeufin
diff options
context:
space:
mode:
Diffstat (limited to 'libeufin')
-rw-r--r--libeufin/api-nexus.rst5
1 files changed, 5 insertions, 0 deletions
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[];