summaryrefslogtreecommitdiff
path: root/src/include/taler_testing_lib.h
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2020-01-16 12:02:19 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2020-01-16 12:03:21 +0100
commitabccaf2cd0d2528513947962470410c86cb76657 (patch)
treeba786aedc5ea26f4cd1735b463cfdceb8302b756 /src/include/taler_testing_lib.h
parenta12ee00d3b03433700d12da74e4691941f01f77e (diff)
downloadexchange-abccaf2cd0d2528513947962470410c86cb76657.tar.gz
exchange-abccaf2cd0d2528513947962470410c86cb76657.tar.bz2
exchange-abccaf2cd0d2528513947962470410c86cb76657.zip
insert-deposit CMD, skeleton.
Diffstat (limited to 'src/include/taler_testing_lib.h')
-rw-r--r--src/include/taler_testing_lib.h19
1 files changed, 19 insertions, 0 deletions
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 ********* */