Export new API

This commit is contained in:
Marcello Stanisci 2018-12-21 20:59:27 +01:00
parent c420c340f2
commit c1c242e3c7
No known key found for this signature in database
GPG Key ID: 8D526861953F4C0F

View File

@ -1445,6 +1445,21 @@ TALER_TESTING_cmd_batch_get_current (const struct TALER_TESTING_Command *cmd);
struct TALER_TESTING_Command
TALER_TESTING_cmd_serialize_keys (const char *label);
/**
* Make a connect-with-state CMD. This command
* will use a serialized key state to reconnect
* to the exchange.
*
* @param label command label
* @param state_reference label of a CMD offering
* a serialized key state.
* @return the CMD.
*/
struct TALER_TESTING_Command
TALER_TESTING_cmd_connect_with_state (const char *label,
const char *state_reference);
/* *** Generic trait logic for implementing traits ********* */
/**