![]() |
Bitcoin Core 29.99.0
P2P Digital Currency
|
#include <hash.h>
#include <key_io.h>
#include <logging.h>
#include <node/types.h>
#include <outputtype.h>
#include <script/descriptor.h>
#include <script/script.h>
#include <script/sign.h>
#include <script/solver.h>
#include <util/bip32.h>
#include <util/check.h>
#include <util/strencodings.h>
#include <util/string.h>
#include <util/time.h>
#include <util/translation.h>
#include <wallet/scriptpubkeyman.h>
#include <optional>
Go to the source code of this file.
Namespaces | |
namespace | wallet |
Typedefs | |
typedef std::vector< unsigned char > | wallet::valtype |
Functions | |
static bool | wallet::ExtractPubKey (const CScript &dest, CPubKey &pubKeyOut) |