#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.
std::vector< crypto::public_key > m_additional_tx_pub_keys
crypto::public_key m_tx_pub_key
crypto::secret_key generate(const crypto::secret_key &recovery_key=crypto::secret_key(), bool recover=false, bool two_random=false)
const account_keys & get_keys() const
Holds cryptonote related classes and helpers.
crypto::public_key get_tx_pub_key_from_extra(const std::vector< uint8_t > &tx_extra, size_t pk_index)
account_public_address m_account_address
cryptonote::account_base m_bob
cryptonote::transaction m_tx
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)
std::vector< crypto::public_key > get_additional_tx_pub_keys_from_extra(const std::vector< uint8_t > &tx_extra)
◆ m_additional_tx_pub_keys
◆ m_bob
◆ m_tx
◆ m_tx_pub_key
The documentation for this class was generated from the following file: