Bitcoin Core 28.99.0
P2P Digital Currency
|
#include <wallet/test/util.h>
#include <wallet/wallet.h>
#include <test/util/logging.h>
#include <test/util/setup_common.h>
#include <boost/test/unit_test.hpp>
Go to the source code of this file.
Classes | |
class | wallet::DummyDescriptor |
Namespaces | |
namespace | wallet |
Functions | |
wallet::BOOST_FIXTURE_TEST_CASE (wallet_load_descriptors, TestingSetup) | |
bool | wallet::HasAnyRecordOfType (WalletDatabase &db, const std::string &key) |
template<typename... Args> | |
SerializeData | wallet::MakeSerializeData (const Args &... args) |
wallet::BOOST_FIXTURE_TEST_CASE (wallet_load_ckey, TestingSetup) | |