From c02d88c8e3f55b109063ced037fb8cffb4d5d844 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 6 Jul 2023 00:08:00 +0200 Subject: work on keys serialization/deserialization --- src/include/taler_exchange_service.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/include/taler_exchange_service.h') diff --git a/src/include/taler_exchange_service.h b/src/include/taler_exchange_service.h index 35a688726..1f3bbffe2 100644 --- a/src/include/taler_exchange_service.h +++ b/src/include/taler_exchange_service.h @@ -239,6 +239,11 @@ struct TALER_EXCHANGE_Keys */ struct TALER_MasterPublicKeyP master_pub; + /** + * Signature over extension configuration data, if any. + */ + struct TALER_MasterSignatureP extensions_sig; + /** * Array of the exchange's online signing keys. */ @@ -259,6 +264,11 @@ struct TALER_EXCHANGE_Keys */ struct TALER_EXCHANGE_GlobalFee *global_fees; + /** + * Configuration data for extensions. + */ + json_t *extensions; + /** * Supported Taler protocol version by the exchange. * String in the format current:revision:age using the -- cgit v1.2.3