|
Monero
|
#include <construct_tx.h>


Public Types | |
| typedef multi_tx_test_base< a_in_count > | base_class |
Public Member Functions | |
| bool | init () |
| bool | test () |
Static Public Attributes | |
| static const size_t | loop_count = (a_in_count + a_out_count < 10) ? (a_rct ? 10 : 200) : (a_in_count + a_out_count) < 100 ? (a_rct ? 5 : 25) : 5 |
| static const size_t | in_count = a_in_count |
| static const size_t | out_count = a_out_count |
| static const bool | rct = a_rct |
Private Attributes | |
| cryptonote::account_base | m_alice |
| std::vector< cryptonote::tx_destination_entry > | m_destinations |
| cryptonote::transaction | m_tx |
| Private Attributes inherited from multi_tx_test_base< a_in_count > | |
| cryptonote::account_base | m_miners [ring_size] |
| cryptonote::transaction | m_miner_txs [ring_size] |
| uint64_t | m_source_amount |
| std::vector< cryptonote::tx_source_entry > | m_sources |
| crypto::public_key | m_public_keys [ring_size] |
| const crypto::public_key * | m_public_key_ptrs [ring_size] |
Additional Inherited Members | |
| Private Member Functions inherited from multi_tx_test_base< a_in_count > | |
| bool | init () |
| Static Private Attributes inherited from multi_tx_test_base< a_in_count > | |
| static const size_t | ring_size |
| static const size_t | real_source_idx |
| typedef multi_tx_test_base<a_in_count> test_construct_tx< a_in_count, a_out_count, a_rct, range_proof_type, bp_version >::base_class |
|
inline |
|
inline |
|
static |
|
static |
|
private |
|
private |
|
private |
|
static |
|
static |