exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit c1c242e3c77955ffb6f8503bac618085ced48be2
parent c420c340f2b5c9c3b4fe8fa94cc4258ae0d85517
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Fri, 21 Dec 2018 20:59:27 +0100

Export new API

Diffstat:
Msrc/include/taler_testing_lib.h | 15+++++++++++++++
1 file changed, 15 insertions(+), 0 deletions(-)

diff --git a/src/include/taler_testing_lib.h b/src/include/taler_testing_lib.h @@ -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 ********* */ /**