#include <wallet/wallet.h>
#include <wallet/coinselection.h>
#include <wallet/coincontrol.h>
#include <amount.h>
#include <primitives/transaction.h>
#include <random.h>
#include <test/test_bitcoin.h>
#include <wallet/test/wallet_test_fixture.h>
#include <boost/test/unit_test.hpp>
#include <random>
Go to the source code of this file.
|
| std::vector< std::unique_ptr< CWalletTx > > | wtxn |
| |
| CoinEligibilityFilter | filter_standard (1, 6, 0) |
| |
| CoinEligibilityFilter | filter_confirmed (1, 1, 0) |
| |
| CoinEligibilityFilter | filter_standard_extra (6, 6, 0) |
| |
| CoinSelectionParams | coin_selection_params (false, 0, 0, CFeeRate(0), 0) |
| |
◆ RANDOM_REPEATS
◆ RUN_TESTS
◆ CoinSet
◆ BOOST_AUTO_TEST_CASE() [1/4]
| BOOST_AUTO_TEST_CASE |
( |
bnb_search_test |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [2/4]
| BOOST_AUTO_TEST_CASE |
( |
knapsack_solver_test |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [3/4]
| BOOST_AUTO_TEST_CASE |
( |
ApproximateBestSubset |
| ) |
|
◆ BOOST_AUTO_TEST_CASE() [4/4]
| BOOST_AUTO_TEST_CASE |
( |
SelectCoins_test |
| ) |
|
◆ GroupCoins() [1/2]
◆ GroupCoins() [2/2]
◆ coin_selection_params
◆ filter_confirmed
◆ filter_standard
◆ filter_standard_extra
◆ wtxn
| std::vector<std::unique_ptr<CWalletTx> > wtxn |