From a1af10a832de7070420c61cc6d9daf0311726c90 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 30 Nov 2020 14:05:34 +0100 Subject: add API for /management/wire-fees --- src/lib/exchange_api_management_wire_enable.c | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'src/lib/exchange_api_management_wire_enable.c') diff --git a/src/lib/exchange_api_management_wire_enable.c b/src/lib/exchange_api_management_wire_enable.c index 9de52fe0f..f841098e0 100644 --- a/src/lib/exchange_api_management_wire_enable.c +++ b/src/lib/exchange_api_management_wire_enable.c @@ -117,21 +117,6 @@ handle_auditor_enable_finished (void *cls, } -/** - * Inform the exchange that a wire account should be enabled. - * - * @param ctx the context - * @param url HTTP base URL for the exchange - * @param payto_uri RFC 8905 URI of the exchange's bank account - * @param validity_start when was this decided? - * @param master_sig1 signature affirming the wire addition - * of purpose #TALER_SIGNATURE_MASTER_ADD_WIRE - * @param master_sig2 signature affirming the validity of the account for clients; - * of purpose #TALER_SIGNATURE_MASTER_WIRE_DETAILS. - * @param cb function to call with the exchange's result - * @param cb_cls closure for @a cb - * @return the request handle; NULL upon error - */ struct TALER_EXCHANGE_ManagementWireEnableHandle * TALER_EXCHANGE_management_enable_wire ( struct GNUNET_CURL_Context *ctx, @@ -210,11 +195,6 @@ TALER_EXCHANGE_management_enable_wire ( } -/** - * Cancel #TALER_EXCHANGE_management_enable_wire() operation. - * - * @param wh handle of the operation to cancel - */ void TALER_EXCHANGE_management_enable_wire_cancel ( struct TALER_EXCHANGE_ManagementWireEnableHandle *wh) -- cgit v1.2.3