summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd_exchanges.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-08-24 22:09:13 +0200
committerChristian Grothoff <christian@grothoff.org>2023-08-24 22:09:13 +0200
commitb4dbf7bcf38e183c0ddd39b48e911221bdd9d36c (patch)
tree5c3db74a94f0c8fb1eacbbce13b032645c34d187 /src/backend/taler-merchant-httpd_exchanges.h
parentd4cbd450a5eb55a33e753ff28e85debe8016577a (diff)
downloadmerchant-b4dbf7bcf38e183c0ddd39b48e911221bdd9d36c.tar.gz
merchant-b4dbf7bcf38e183c0ddd39b48e911221bdd9d36c.tar.bz2
merchant-b4dbf7bcf38e183c0ddd39b48e911221bdd9d36c.zip
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.h2
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.