aboutsummaryrefslogtreecommitdiff
path: root/src/include/taler_exchange_service.h
diff options
context:
space:
mode:
authorÖzgür Kesim <oec-taler@kesim.org>2023-07-10 10:25:29 +0200
committerÖzgür Kesim <oec-taler@kesim.org>2023-07-10 10:25:29 +0200
commit6107e995595d4057afaa0431f3af9afdce32feea (patch)
tree80879300924d0f7d574741bb4059d4b7645fbe6d /src/include/taler_exchange_service.h
parent3024dc9fa54e8677b4816e56f8d215556a7d5561 (diff)
parentc05f832048f06dfcd0a7fd003c0b7033df07c3c4 (diff)
downloadexchange-6107e995595d4057afaa0431f3af9afdce32feea.tar.xz
Merge branch 'master' of ssh://git.taler.net/exchange
Diffstat (limited to 'src/include/taler_exchange_service.h')
-rw-r--r--src/include/taler_exchange_service.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/include/taler_exchange_service.h b/src/include/taler_exchange_service.h
index aedd2fcf1..777053792 100644
--- a/src/include/taler_exchange_service.h
+++ b/src/include/taler_exchange_service.h
@@ -240,6 +240,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.
*/
struct TALER_EXCHANGE_SigningPublicKey *sign_keys;
@@ -260,6 +265,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
* semantics of GNU libtool. See