Bitcoin Core 28.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 706 of file scriptpubkeyman.h.
std::vector<std::unique_ptr<DescriptorScriptPubKeyMan> > wallet::MigrationData::desc_spkms |
Definition at line 711 of file scriptpubkeyman.h.
CExtKey wallet::MigrationData::master_key |
Definition at line 708 of file scriptpubkeyman.h.
std::vector<std::pair<std::string, int64_t> > wallet::MigrationData::solvable_descs |
Definition at line 710 of file scriptpubkeyman.h.
std::shared_ptr<CWallet> wallet::MigrationData::solvable_wallet {nullptr} |
Definition at line 713 of file scriptpubkeyman.h.
std::vector<std::pair<std::string, int64_t> > wallet::MigrationData::watch_descs |
Definition at line 709 of file scriptpubkeyman.h.
std::shared_ptr<CWallet> wallet::MigrationData::watchonly_wallet {nullptr} |
Definition at line 712 of file scriptpubkeyman.h.