Bitcoin Core 29.99.0
P2P Digital Currency
Namespaces | Typedefs | Functions
scriptpubkeyman.cpp File Reference
#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>
Include dependency graph for scriptpubkeyman.cpp:

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)