Bitcoin ABC 0.30.5
P2P Digital Currency
|
#include <psbt.h>
#include <script/descriptor.h>
#include <script/signingprovider.h>
#include <script/standard.h>
#include <util/error.h>
#include <util/message.h>
#include <util/time.h>
#include <wallet/crypter.h>
#include <wallet/ismine.h>
#include <wallet/walletdb.h>
#include <wallet/walletutil.h>
#include <boost/signals2/signal.hpp>
#include <functional>
#include <unordered_map>
Go to the source code of this file.
Classes | |
class | WalletStorage |
class | CKeyPool |
A key from a CWallet's keypool. More... | |
class | ScriptPubKeyMan |
A class implementing ScriptPubKeyMan manages some (or all) scriptPubKeys used in a wallet. More... | |
class | LegacyScriptPubKeyMan |
class | LegacySigningProvider |
Wraps a LegacyScriptPubKeyMan so that it can be returned in a new unique_ptr. More... | |
class | DescriptorScriptPubKeyMan |
Functions | |
std::vector< CKeyID > | GetAffectedKeys (const CScript &spk, const SigningProvider &provider) |
Variables | |
static const unsigned int | DEFAULT_KEYPOOL_SIZE = 1000 |
Default for -keypool. More... | |
std::vector< CKeyID > GetAffectedKeys | ( | const CScript & | spk, |
const SigningProvider & | provider | ||
) |
Definition at line 1455 of file scriptpubkeyman.cpp.
|
static |
Default for -keypool.
Definition at line 55 of file scriptpubkeyman.h.