summaryrefslogtreecommitdiff
path: root/libeufin
diff options
context:
space:
mode:
authorMS <ms@taler.net>2020-12-11 17:22:14 +0100
committerMS <ms@taler.net>2020-12-11 17:22:14 +0100
commit7021e2cf993734ecb72b99295f227c955f646143 (patch)
treec6937164940731ef95fa7b66afa5ca18f607eaf9 /libeufin
parent73718214548c59bb168641bdb5d45e18ecbd6d4d (diff)
downloaddocs-7021e2cf993734ecb72b99295f227c955f646143.tar.gz
docs-7021e2cf993734ecb72b99295f227c955f646143.tar.bz2
docs-7021e2cf993734ecb72b99295f227c955f646143.zip
facades: they require currency.
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[];