aboutsummaryrefslogtreecommitdiff
path: root/src/include/taler_wire_plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/taler_wire_plugin.h')
-rw-r--r--src/include/taler_wire_plugin.h25
1 files changed, 0 insertions, 25 deletions
diff --git a/src/include/taler_wire_plugin.h b/src/include/taler_wire_plugin.h
index 1ee1b6b49..eb43f2277 100644
--- a/src/include/taler_wire_plugin.h
+++ b/src/include/taler_wire_plugin.h
@@ -314,31 +314,6 @@ struct TALER_WIRE_Plugin
314 void *hres_cb_cls); 314 void *hres_cb_cls);
315 315
316 /** 316 /**
317 * Query transfer history of an account. The query is based on
318 * the dates where the wire transfers got settled at the bank.
319 *
320 * @param cls the @e cls of this struct with the plugin-specific state
321 * @param account_section specifies the configuration section which
322 * identifies the account for which we should get the history
323 * @param direction what kinds of wire transfers should be returned
324 * @param start_date each history entry in the result will be time
325 * stamped after, or at this date.
326 * @param end_date each history entry in the result will be time
327 * stamped before, or at this date.
328 * @param hres_cb the callback to call with the transaction history
329 * @param hres_cb_cls closure for the above callback
330 * @param return the operation handle, or NULL on errors.
331 */
332 struct TALER_WIRE_HistoryHandle *
333 (*get_history_range) (void *cls,
334 const char *account_section,
335 enum TALER_BANK_Direction direction,
336 struct GNUNET_TIME_Absolute start_date,
337 struct GNUNET_TIME_Absolute end_date,
338 TALER_WIRE_HistoryResultCallback hres_cb,
339 void *hres_cb_cls);
340
341 /**
342 * Cancel going over the account's history. 317 * Cancel going over the account's history.
343 * 318 *
344 * @param cls plugins' closure 319 * @param cls plugins' closure