From f256dab738b407cbd40bc0cc754f5d7f5ef6497d Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 7 Dec 2020 00:05:07 +0100 Subject: more work on new /keys logic --- src/exchange/taler-exchange-httpd_keys.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'src/exchange/taler-exchange-httpd_keys.h') 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 -- cgit v1.2.3