Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
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

Enumerations

enum class  PSBTError

Functions

static bool wallet::ExtractPubKey (const CScript &dest, CPubKey &pubKeyOut)
template<typename T>
std::string ToString (const T &t)
 Locale-independent version of std::to_string.

Enumeration Type Documentation

◆ PSBTError

enum class common::PSBTError
strong

Definition at line 17 of file types.h.

Function Documentation

◆ ToString()

template<typename T>
std::string util::ToString ( const T & t)

Locale-independent version of std::to_string.

Definition at line 246 of file string.h.