diff options
author | Marcello Stanisci <stanisci.m@gmail.com> | 2020-01-16 12:02:19 +0100 |
---|---|---|
committer | Marcello Stanisci <stanisci.m@gmail.com> | 2020-01-16 12:03:21 +0100 |
commit | abccaf2cd0d2528513947962470410c86cb76657 (patch) | |
tree | ba786aedc5ea26f4cd1735b463cfdceb8302b756 /src/include/taler_testing_lib.h | |
parent | a12ee00d3b03433700d12da74e4691941f01f77e (diff) |
insert-deposit CMD, skeleton.
Diffstat (limited to 'src/include/taler_testing_lib.h')
-rw-r--r-- | src/include/taler_testing_lib.h | 19 |
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 ********* */ |