Bitcoin Core 28.99.0
P2P Digital Currency
|
#include <key.h>
#include <key_io.h>
#include <node/context.h>
#include <script/script.h>
#include <script/solver.h>
#include <script/signingprovider.h>
#include <test/util/setup_common.h>
#include <wallet/types.h>
#include <wallet/wallet.h>
#include <wallet/test/util.h>
#include <boost/test/unit_test.hpp>
Go to the source code of this file.
Namespaces | |
namespace | wallet |
Functions | |
wallet::ScriptPubKeyMan * | wallet::CreateDescriptor (CWallet &keystore, const std::string &desc_str, const bool success) |
wallet::BOOST_AUTO_TEST_CASE (ismine_standard) | |