Electroneum
Functions
tools::detail Namespace Reference

Functions

void digit_split_strategy (const std::vector< cryptonote::tx_destination_entry > &dsts, const cryptonote::tx_destination_entry &change_dst, uint64_t dust_threshold, std::vector< cryptonote::tx_destination_entry > &splitted_dsts, std::vector< cryptonote::tx_destination_entry > &dust_dsts)
 
void null_split_strategy (const std::vector< cryptonote::tx_destination_entry > &dsts, const cryptonote::tx_destination_entry &change_dst, uint64_t dust_threshold, std::vector< cryptonote::tx_destination_entry > &splitted_dsts, std::vector< cryptonote::tx_destination_entry > &dust_dsts)
 
void print_source_entry (const cryptonote::tx_source_entry &src)
 

Function Documentation

◆ digit_split_strategy()

void tools::detail::digit_split_strategy ( const std::vector< cryptonote::tx_destination_entry > &  dsts,
const cryptonote::tx_destination_entry change_dst,
uint64_t  dust_threshold,
std::vector< cryptonote::tx_destination_entry > &  splitted_dsts,
std::vector< cryptonote::tx_destination_entry > &  dust_dsts 
)
inline

◆ null_split_strategy()

void tools::detail::null_split_strategy ( const std::vector< cryptonote::tx_destination_entry > &  dsts,
const cryptonote::tx_destination_entry change_dst,
uint64_t  dust_threshold,
std::vector< cryptonote::tx_destination_entry > &  splitted_dsts,
std::vector< cryptonote::tx_destination_entry > &  dust_dsts 
)
inline

◆ print_source_entry()

void tools::detail::print_source_entry ( const cryptonote::tx_source_entry src)
inline