#include <trezor_tests.h>
Definition at line 204 of file trezor_tests.h.
◆ device_trezor_test()
| device_trezor_test::device_trezor_test |
( |
| ) |
|
◆ clear_test_counters()
| void device_trezor_test::clear_test_counters |
( |
| ) |
|
◆ compute_key_image()
Definition at line 1502 of file trezor_tests.cpp.
1507 bool res = device_trezor::compute_key_image(ack, out_key, recv_derivation, real_output_index, received_index,
size_t m_compute_key_image_ctr
◆ setup_for_tests()
| void device_trezor_test::setup_for_tests |
( |
const std::string & |
trezor_path, |
|
|
const std::string & |
seed, |
|
|
cryptonote::network_type |
network_type |
|
) |
| |
Definition at line 1485 of file trezor_tests.cpp.
1487 this->set_callback(
nullptr);
1488 this->set_debug(
true);
1492 this->set_derivation_path(
"");
1496 this->wipe_device();
1497 this->load_device(seed);
#define CHECK_AND_ASSERT_THROW_MES(expr, message)
void clear_test_counters()
◆ tx_sign()
Definition at line 1514 of file trezor_tests.cpp.
1517 device_trezor::tx_sign(wallet, unsigned_tx, idx, aux_data, signer);
◆ m_compute_key_image_ctr
| size_t device_trezor_test::m_compute_key_image_ctr |
◆ m_tx_sign_ctr
| size_t device_trezor_test::m_tx_sign_ctr |
The documentation for this class was generated from the following files:
- /home/abuild/rpmbuild/BUILD/electroneum-5.0.0.4/tests/trezor/trezor_tests.h
- /home/abuild/rpmbuild/BUILD/electroneum-5.0.0.4/tests/trezor/trezor_tests.cpp