Bitcoin Core 28.99.0
P2P Digital Currency
|
#include <test/util/setup_common.h>
#include <wallet/coinselection.h>
#include <wallet/spend.h>
#include <wallet/test/util.h>
#include <wallet/wallet.h>
#include <boost/test/unit_test.hpp>
Go to the source code of this file.
Classes | |
class | wallet::GroupVerifier |
Namespaces | |
namespace | wallet |
Functions | |
static std::shared_ptr< CWallet > | wallet::NewWallet (const node::NodeContext &m_node) |
static void | wallet::addCoin (CoinsResult &coins, CWallet &wallet, const CTxDestination &dest, const CAmount &nValue, bool is_from_me, CFeeRate fee_rate=CFeeRate(0), int depth=6) |
CoinSelectionParams | wallet::makeSelectionParams (FastRandomContext &rand, bool avoid_partial_spends) |
wallet::BOOST_AUTO_TEST_CASE (outputs_grouping_tests) | |
Variables | |
static int | wallet::nextLockTime = 0 |