From 06b8ed9ba8ed30181285b6c75089150d2662b366 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 1 Dec 2020 09:19:58 +0100 Subject: start with exchange management test --- src/include/taler_testing_lib.h | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) (limited to 'src/include/taler_testing_lib.h') diff --git a/src/include/taler_testing_lib.h b/src/include/taler_testing_lib.h index 3f028cadf..410a71b6a 100644 --- a/src/include/taler_testing_lib.h +++ b/src/include/taler_testing_lib.h @@ -416,6 +416,36 @@ struct TALER_TESTING_Interpreter */ struct GNUNET_OS_Process *exchanged; + /** + * Public key of the auditor. + */ + struct TALER_AuditorPublicKeyP auditor_pub; + + /** + * Private key of the auditor. + */ + struct TALER_AuditorPrivateKeyP auditor_priv; + + /** + * Private offline signing key. + */ + struct TALER_MasterPrivateKeyP master_priv; + + /** + * Public offline signing key. + */ + struct TALER_MasterPublicKeyP master_pub; + + /** + * URL of the auditor (as per configuration). + */ + char *auditor_url; + + /** + * URL of the exchange (as per configuration). + */ + char *exchange_url; + /** * #GNUNET_OK if key state should be reloaded. NOTE: this * field can be removed because a new "send signal" command -- cgit v1.2.3