#include <addresstype.h>
#include <bench/bench.h>
#include <chain.h>
#include <chainparams.h>
#include <consensus/amount.h>
#include <consensus/consensus.h>
#include <consensus/merkle.h>
#include <interfaces/chain.h>
#include <kernel/chain.h>
#include <node/blockstorage.h>
#include <outputtype.h>
#include <policy/feerate.h>
#include <primitives/block.h>
#include <primitives/transaction.h>
#include <script/script.h>
#include <sync.h>
#include <test/util/setup_common.h>
#include <uint256.h>
#include <util/result.h>
#include <util/time.h>
#include <validation.h>
#include <versionbits.h>
#include <wallet/coincontrol.h>
#include <wallet/coinselection.h>
#include <wallet/spend.h>
#include <wallet/test/util.h>
#include <wallet/wallet.h>
#include <wallet/walletutil.h>
#include <cassert>
#include <cstdint>
#include <map>
#include <memory>
#include <optional>
#include <utility>
#include <vector>
Go to the source code of this file.
◆ AvailableCoins()
◆ BENCHMARK()
◆ generateFakeBlock()
◆ getTip()
◆ WalletAvailableCoins()
◆ WalletCreateTx()
◆ WalletCreateTxUseOnlyPresetInputs()
◆ WalletCreateTxUsePresetInputsAndCoinSelection()
static void WalletCreateTxUsePresetInputsAndCoinSelection |
( |
benchmark::Bench & |
bench | ) |
|
|
static |