From abccaf2cd0d2528513947962470410c86cb76657 Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Thu, 16 Jan 2020 12:02:19 +0100 Subject: insert-deposit CMD, skeleton. --- src/include/taler_testing_lib.h | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'src/include/taler_testing_lib.h') diff --git a/src/include/taler_testing_lib.h b/src/include/taler_testing_lib.h index 877647bbf..623e94ceb 100644 --- a/src/include/taler_testing_lib.h +++ b/src/include/taler_testing_lib.h @@ -1663,6 +1663,25 @@ TALER_TESTING_cmd_serialize_keys (const char *label); struct TALER_TESTING_Command TALER_TESTING_cmd_connect_with_state (const char *label, const char *state_reference); +/** + * Make the "insert-deposit" CMD. + * + * @param label command label. + * @param config_filename configuration filename. + * @param TODO + * @param TODO + * @param TODO + * @param TODO + * @return the command. + */ +struct TALER_TESTING_Command +TALER_TESTING_cmd_insert_deposit (const char *label, + const char *config_filename, + const char *merchant_name, + unsigned int merchant_account, + struct GNUNET_TIME_Absolute wire_deadline, + const char *amount_with_fee, + const char *deposit_fee); /* *** Generic trait logic for implementing traits ********* */ -- cgit v1.2.3