#include <construct_tx.h>
|
| 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 |
◆ base_class
template<size_t a_in_count, size_t a_out_count, bool a_rct,
rct::RangeProofType range_proof_type = rct::RangeProofBorromean, int bp_version = 2>
◆ init()
template<size_t a_in_count, size_t a_out_count, bool a_rct,
rct::RangeProofType range_proof_type = rct::RangeProofBorromean, int bp_version = 2>
| bool test_construct_tx< a_in_count, a_out_count, a_rct, range_proof_type, bp_version >::init |
( |
| ) |
|
|
inline |
◆ test()
template<size_t a_in_count, size_t a_out_count, bool a_rct,
rct::RangeProofType range_proof_type = rct::RangeProofBorromean, int bp_version = 2>
| bool test_construct_tx< a_in_count, a_out_count, a_rct, range_proof_type, bp_version >::test |
( |
| ) |
|
|
inline |
◆ in_count
template<size_t a_in_count, size_t a_out_count, bool a_rct,
rct::RangeProofType range_proof_type = rct::RangeProofBorromean, int bp_version = 2>
| const size_t test_construct_tx< a_in_count, a_out_count, a_rct, range_proof_type, bp_version >::in_count = a_in_count |
|
static |
◆ loop_count
template<size_t a_in_count, size_t a_out_count, bool a_rct,
rct::RangeProofType range_proof_type = rct::RangeProofBorromean, int bp_version = 2>
| const size_t test_construct_tx< a_in_count, a_out_count, a_rct, range_proof_type, bp_version >::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 |
◆ m_alice
template<size_t a_in_count, size_t a_out_count, bool a_rct,
rct::RangeProofType range_proof_type = rct::RangeProofBorromean, int bp_version = 2>
◆ m_destinations
template<size_t a_in_count, size_t a_out_count, bool a_rct,
rct::RangeProofType range_proof_type = rct::RangeProofBorromean, int bp_version = 2>
◆ m_tx
template<size_t a_in_count, size_t a_out_count, bool a_rct,
rct::RangeProofType range_proof_type = rct::RangeProofBorromean, int bp_version = 2>
◆ out_count
template<size_t a_in_count, size_t a_out_count, bool a_rct,
rct::RangeProofType range_proof_type = rct::RangeProofBorromean, int bp_version = 2>
| const size_t test_construct_tx< a_in_count, a_out_count, a_rct, range_proof_type, bp_version >::out_count = a_out_count |
|
static |
◆ rct
template<size_t a_in_count, size_t a_out_count, bool a_rct,
rct::RangeProofType range_proof_type = rct::RangeProofBorromean, int bp_version = 2>
The documentation for this class was generated from the following file: