#include <bench/bench.h>
#include <consensus/amount.h>
#include <interfaces/chain.h>
#include <node/context.h>
#include <outputtype.h>
#include <policy/feerate.h>
#include <policy/policy.h>
#include <primitives/transaction.h>
#include <random.h>
#include <sync.h>
#include <util/result.h>
#include <wallet/coinselection.h>
#include <wallet/spend.h>
#include <wallet/test/util.h>
#include <wallet/transaction.h>
#include <wallet/wallet.h>
#include <cassert>
#include <map>
#include <memory>
#include <set>
#include <utility>
#include <vector>
Go to the source code of this file.
◆ add_coin()
static void add_coin |
( |
const CAmount & |
nValue, |
|
|
int |
nInput, |
|
|
std::vector< OutputGroup > & |
set |
|
) |
| |
|
static |
◆ addCoin()
static void addCoin |
( |
const CAmount & |
nValue, |
|
|
const CWallet & |
wallet, |
|
|
std::vector< std::unique_ptr< CWalletTx > > & |
wtxs |
|
) |
| |
|
static |
◆ BENCHMARK() [1/2]
◆ BENCHMARK() [2/2]
◆ BnBExhaustion()
◆ CoinSelection()
◆ make_hard_case()