diff options
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/taler_testing_lib.h | 10 | 
1 files changed, 10 insertions, 0 deletions
| diff --git a/src/include/taler_testing_lib.h b/src/include/taler_testing_lib.h index 3f834657..7779ca2b 100644 --- a/src/include/taler_testing_lib.h +++ b/src/include/taler_testing_lib.h @@ -1346,6 +1346,16 @@ TALER_TESTING_cmd_status (const char *label,                            unsigned int expected_response_code);  /** + * Index of the deposit value trait of a deposit command. + */ +#define TALER_TESTING_CMD_DEPOSIT_TRAIT_IDX_DEPOSIT_VALUE 0 + +/** + * Index of the deposit fee trait of a deposit command. + */ +#define TALER_TESTING_CMD_DEPOSIT_TRAIT_IDX_DEPOSIT_FEE 1 + +/**   * Create a "deposit" command.   *   * @param label command label. | 
