summaryrefslogtreecommitdiff
path: root/src/exchange/taler-exchange-httpd_keys.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-12-07 00:05:07 +0100
committerChristian Grothoff <christian@grothoff.org>2020-12-07 00:05:07 +0100
commitf256dab738b407cbd40bc0cc754f5d7f5ef6497d (patch)
treef784dab231d78b3c3751d3495824ea76adf8428e /src/exchange/taler-exchange-httpd_keys.h
parent7db909dd12fd03c7cce21b9e590cc66dd729f867 (diff)
downloadexchange-f256dab738b407cbd40bc0cc754f5d7f5ef6497d.tar.gz
exchange-f256dab738b407cbd40bc0cc754f5d7f5ef6497d.tar.bz2
exchange-f256dab738b407cbd40bc0cc754f5d7f5ef6497d.zip
more work on new /keys logic
Diffstat (limited to 'src/exchange/taler-exchange-httpd_keys.h')
-rw-r--r--src/exchange/taler-exchange-httpd_keys.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/exchange/taler-exchange-httpd_keys.h b/src/exchange/taler-exchange-httpd_keys.h
index 24eed4cac..dcb7a31df 100644
--- a/src/exchange/taler-exchange-httpd_keys.h
+++ b/src/exchange/taler-exchange-httpd_keys.h
@@ -242,4 +242,18 @@ TEH_keys_management_get_handler (const struct TEH_RequestHandler *rh,
const char *const args[]);
+/**
+ * Load fees and expiration times (!) for the denomination type configured
+ * in section @a section_name. Before calling this function, the
+ * `start` time must already be initialized in @a meta.
+ *
+ * @param section_name section in the configuration to use
+ * @param[in,out] meta denomination type data to complete
+ * @return #GNUNET_OK on success
+ */
+int
+TEH_keys_load_fees (const char *section_name,
+ struct TALER_EXCHANGEDB_DenominationKeyMetaData *meta);
+
+
#endif