#include <single_tx_test_base.h>
Definition at line 38 of file single_tx_test_base.h.
◆ init()
| bool single_tx_test_base::init |
( |
| ) |
|
|
inline |
Definition at line 41 of file single_tx_test_base.h.
42 {
43 using namespace cryptonote;
44
46
48 return false;
49
52 return true;
53 }
std::vector< crypto::public_key > m_additional_tx_pub_keys
cryptonote::transaction m_tx
crypto::public_key m_tx_pub_key
cryptonote::account_base m_bob
std::vector< crypto::public_key > get_additional_tx_pub_keys_from_extra(const std::vector< uint8_t > &tx_extra)
crypto::public_key get_tx_pub_key_from_extra(const std::vector< uint8_t > &tx_extra, size_t pk_index)
bool construct_miner_tx(size_t height, size_t median_weight, uint64_t already_generated_coins, size_t current_block_weight, uint64_t fee, const account_public_address &miner_address, transaction &tx, const blobdata &extra_nonce, size_t max_outs, uint8_t hard_fork_version, network_type nettype)
◆ m_additional_tx_pub_keys
◆ m_bob
◆ m_tx
◆ m_tx_pub_key
The documentation for this class was generated from the following file:
- /home/abuild/rpmbuild/BUILD/electroneum-5.1.3.1-build/electroneum-5.1.3.1/tests/performance_tests/single_tx_test_base.h