commit b32fbfdf32921909e8ccc4eadb5a0c7cc911bdc0 parent 78fe258765e0f90e34af698c3a403ef8f8061330 Author: MS <ms@taler.net> Date: Thu, 12 Nov 2020 16:31:17 +0100 api nexus: /config Diffstat:
| M | libeufin/api-nexus.rst | | | 5 | +++++ |
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/libeufin/api-nexus.rst b/libeufin/api-nexus.rst @@ -19,6 +19,11 @@ Returns configuration values currently used by Nexus. interface ConfigResponse { + currency: string; + + // nexus version, X.Y.Z format. + version: string; + // Database name databaseName: string;