summaryrefslogtreecommitdiff
path: root/core/api-exchange.rst
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-12-05 19:46:59 +0100
committerChristian Grothoff <christian@grothoff.org>2020-12-05 19:46:59 +0100
commitdf9eb5452325255dfa77030eb539d0b8c88a6c9e (patch)
tree8720e6c24ef05cd5e1496a3d6912282987ceab7f /core/api-exchange.rst
parent34b28dea976255f1ba78691554d31ea7fb6b7ff0 (diff)
downloaddocs-df9eb5452325255dfa77030eb539d0b8c88a6c9e.tar.gz
docs-df9eb5452325255dfa77030eb539d0b8c88a6c9e.tar.bz2
docs-df9eb5452325255dfa77030eb539d0b8c88a6c9e.zip
section_name argument is required
Diffstat (limited to 'core/api-exchange.rst')
-rw-r--r--core/api-exchange.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/api-exchange.rst b/core/api-exchange.rst
index b4a9c69f..9b78d399 100644
--- a/core/api-exchange.rst
+++ b/core/api-exchange.rst
@@ -378,6 +378,9 @@ Management operations authorized by master key
interface FutureKeysResponse {
+ // Name in the configuration file that defines this denomination.
+ section_name: string;
+
// Future denominations to be offered by this exchange
// (only those lacking a master signature).
future_denoms: FutureDenom[];