Go to the source code of this file.
|
static void | wallet::AddCoin (const CAmount &value, int n_input, int n_input_bytes, int locktime, std::vector< COutput > &coins, CFeeRate fee_rate) |
|
static void | wallet::GroupCoins (FuzzedDataProvider &fuzzed_data_provider, const std::vector< COutput > &coins, const CoinSelectionParams &coin_params, bool positive_only, std::vector< OutputGroup > &output_groups) |
|
static CAmount | wallet::CreateCoins (FuzzedDataProvider &fuzzed_data_provider, std::vector< COutput > &utxo_pool, CoinSelectionParams &coin_params, int &next_locktime) |
|
static SelectionResult | wallet::ManualSelection (std::vector< COutput > &utxos, const CAmount &total_amount, const bool &subtract_fee_outputs) |
|
static bool | wallet::HasErrorMsg (const util::Result< SelectionResult > &res) |
|
| wallet::FUZZ_TARGET (coin_grinder) |
|
| wallet::FUZZ_TARGET (coin_grinder_is_optimal) |
|
template<CoinSelectionAlgorithm Algorithm> |
void | wallet::FuzzCoinSelectionAlgorithm (std::span< const uint8_t > buffer) |
|
| wallet::FUZZ_TARGET (coinselection_bnb) |
|
| wallet::FUZZ_TARGET (coinselection_srd) |
|
| wallet::FUZZ_TARGET (coinselection_knapsack) |
|