![]() |
Bitcoin Core 29.99.0
P2P Digital Currency
|
struct containing information needed for migrating legacy wallets to descriptor wallets More...
#include <scriptpubkeyman.h>
Public Attributes | |
CExtKey | master_key |
std::vector< std::pair< std::string, int64_t > > | watch_descs |
std::vector< std::pair< std::string, int64_t > > | solvable_descs |
std::vector< std::unique_ptr< DescriptorScriptPubKeyMan > > | desc_spkms |
std::shared_ptr< CWallet > | watchonly_wallet {nullptr} |
std::shared_ptr< CWallet > | solvable_wallet {nullptr} |
struct containing information needed for migrating legacy wallets to descriptor wallets
Definition at line 413 of file scriptpubkeyman.h.
std::vector<std::unique_ptr<DescriptorScriptPubKeyMan> > wallet::MigrationData::desc_spkms |
Definition at line 418 of file scriptpubkeyman.h.
CExtKey wallet::MigrationData::master_key |
Definition at line 415 of file scriptpubkeyman.h.
std::vector<std::pair<std::string, int64_t> > wallet::MigrationData::solvable_descs |
Definition at line 417 of file scriptpubkeyman.h.
std::shared_ptr<CWallet> wallet::MigrationData::solvable_wallet {nullptr} |
Definition at line 420 of file scriptpubkeyman.h.
std::vector<std::pair<std::string, int64_t> > wallet::MigrationData::watch_descs |
Definition at line 416 of file scriptpubkeyman.h.
std::shared_ptr<CWallet> wallet::MigrationData::watchonly_wallet {nullptr} |
Definition at line 419 of file scriptpubkeyman.h.