diff options
author | Christian Grothoff <christian@grothoff.org> | 2023-08-24 22:09:13 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2023-08-24 22:09:13 +0200 |
commit | b4dbf7bcf38e183c0ddd39b48e911221bdd9d36c (patch) | |
tree | 5c3db74a94f0c8fb1eacbbce13b032645c34d187 /src/backend/taler-merchant-httpd_exchanges.h | |
parent | d4cbd450a5eb55a33e753ff28e85debe8016577a (diff) |
add merchant backend support for STEFAN curves
Diffstat (limited to 'src/backend/taler-merchant-httpd_exchanges.h')
-rw-r--r-- | src/backend/taler-merchant-httpd_exchanges.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/backend/taler-merchant-httpd_exchanges.h b/src/backend/taler-merchant-httpd_exchanges.h index b0f2d879..d8202922 100644 --- a/src/backend/taler-merchant-httpd_exchanges.h +++ b/src/backend/taler-merchant-httpd_exchanges.h @@ -125,6 +125,7 @@ void TMH_exchange_get_trusted (TMH_ExchangeCallback cb, void *cb_cls); + /** * Return the master public key of the given @a exchange. * Will be returned from configuration for trusted @@ -137,6 +138,7 @@ const struct TALER_MasterPublicKeyP * TMH_EXCHANGES_get_master_pub ( const struct TMH_Exchange *exchange); + /** * Lookup current wire fee by @a exchange_url and * @a wire_method. |