taler-docs

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

commit 9d4cd5f655fefac520c156a2c3f6962363bff825
parent 1f03f5ea5a940186aad160cd01e3f4ffac0e3841
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 29 Nov 2020 16:20:42 +0100

need human-readable name of the auditor

Diffstat:
Mcore/api-exchange.rst | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/core/api-exchange.rst b/core/api-exchange.rst @@ -594,6 +594,9 @@ Management operations authorized by master key // base URL of the auditor auditor_url: string; + // human-readable name of the auditor + auditor_name: string; + // The auditor's EdDSA signing public key. auditor_pub: EddsaPublicKey;