![]() |
BSHA3
0.17.99
P2P Blockchain, based on Bitcoin
|
#include <wallet/coinselection.h>
#include <util.h>
#include <utilmoneystr.h>
#include <boost/optional.hpp>
Go to the source code of this file.
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) |
Variables | |
struct { | |
} | descending |
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 | ||
) |
struct { ... } descending |