|
Electroneum
|
#include <double_spend.h>


Static Public Attributes | |
| static const uint64_t | send_amount = FIRST_BLOCK_REWARD - TESTS_DEFAULT_FEE |
Additional Inherited Members | |
| Public Types inherited from test_chain_unit_base | |
| typedef boost::function< bool(cryptonote::core &c, size_t ev_index, const std::vector< test_event_entry > &events)> | verify_callback |
| typedef std::map< std::string, verify_callback > | callbacks_map |
Definition at line 40 of file double_spend.h.
| gen_double_spend_base< concrete_test >::gen_double_spend_base | ( | ) |
| bool gen_double_spend_base< concrete_test >::check_block_verification_context | ( | const cryptonote::block_verification_context & | bvc, |
| size_t | event_idx, | ||
| const cryptonote::block & | block ) |
| bool gen_double_spend_base< concrete_test >::check_double_spend | ( | cryptonote::core & | c, |
| size_t | ev_index, | ||
| const std::vector< test_event_entry > & | events ) |
| bool gen_double_spend_base< concrete_test >::check_tx_verification_context | ( | const cryptonote::tx_verification_context & | tvc, |
| bool | tx_added, | ||
| size_t | event_idx, | ||
| const cryptonote::transaction & | tx ) |
| bool gen_double_spend_base< concrete_test >::mark_invalid_block | ( | cryptonote::core & | c, |
| size_t | ev_index, | ||
| const std::vector< test_event_entry > & | events ) |
| bool gen_double_spend_base< concrete_test >::mark_invalid_tx | ( | cryptonote::core & | c, |
| size_t | ev_index, | ||
| const std::vector< test_event_entry > & | events ) |
| bool gen_double_spend_base< concrete_test >::mark_last_valid_block | ( | cryptonote::core & | c, |
| size_t | ev_index, | ||
| const std::vector< test_event_entry > & | events ) |
|
static |
Definition at line 43 of file double_spend.h.