![]() |
BSHA3
0.17.99
P2P Blockchain, based on Bitcoin
|
Go to the source code of this file.
Classes | |
class | CInputCoin |
struct | CoinEligibilityFilter |
struct | OutputGroup |
Functions | |
bool | SelectCoinsBnB (std::vector< OutputGroup > &utxo_pool, const CAmount &target_value, const CAmount &cost_of_change, std::set< CInputCoin > &out_set, CAmount &value_ret, CAmount not_input_fees) |
bool | KnapsackSolver (const CAmount &nTargetValue, std::vector< OutputGroup > &groups, std::set< CInputCoin > &setCoinsRet, CAmount &nValueRet) |
bool KnapsackSolver | ( | const CAmount & | nTargetValue, |
std::vector< OutputGroup > & | groups, | ||
std::set< CInputCoin > & | setCoinsRet, | ||
CAmount & | nValueRet | ||
) |
Definition at line 216 of file coinselection.cpp.
bool SelectCoinsBnB | ( | std::vector< OutputGroup > & | utxo_pool, |
const CAmount & | target_value, | ||
const CAmount & | cost_of_change, | ||
std::set< CInputCoin > & | out_set, | ||
CAmount & | value_ret, | ||
CAmount | not_input_fees | ||
) |