![]() |
Bitcoin Core
24.1.0
P2P Digital Currency
|
struct containing information needed for migrating legacy wallets to descriptor wallets More...
#include <walletutil.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 112 of file walletutil.h.
| std::vector<std::unique_ptr<DescriptorScriptPubKeyMan> > wallet::MigrationData::desc_spkms |
Definition at line 117 of file walletutil.h.
| CExtKey wallet::MigrationData::master_key |
Definition at line 114 of file walletutil.h.
| std::vector<std::pair<std::string, int64_t> > wallet::MigrationData::solvable_descs |
Definition at line 116 of file walletutil.h.
| std::shared_ptr<CWallet> wallet::MigrationData::solvable_wallet {nullptr} |
Definition at line 119 of file walletutil.h.
| std::vector<std::pair<std::string, int64_t> > wallet::MigrationData::watch_descs |
Definition at line 115 of file walletutil.h.
| std::shared_ptr<CWallet> wallet::MigrationData::watchonly_wallet {nullptr} |
Definition at line 118 of file walletutil.h.
1.8.14