taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 7021e2cf993734ecb72b99295f227c955f646143
parent 73718214548c59bb168641bdb5d45e18ecbd6d4d
Author: MS <ms@taler.net>
Date:   Fri, 11 Dec 2020 17:22:14 +0100

facades: they require currency.

Diffstat:
Mlibeufin/api-nexus.rst | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git 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[];