Bitcoin Core 28.99.0
P2P Digital Currency
|
Public Attributes | |
std::unique_ptr< CScript > | redeemscript |
Provided redeemScript; will be moved to import_scripts if relevant. More... | |
std::unique_ptr< CScript > | witnessscript |
Provided witnessScript; will be moved to import_scripts if relevant. More... | |
std::set< CScript > | import_scripts |
std::map< CKeyID, bool > | used_keys |
Import these private keys if available (the value indicates whether if the key is required for solvability) More... | |
std::map< CKeyID, std::pair< CPubKey, KeyOriginInfo > > | key_origins |
Definition at line 830 of file backup.cpp.
std::set<CScript> wallet::ImportData::import_scripts |
Definition at line 837 of file backup.cpp.
std::map<CKeyID, std::pair<CPubKey, KeyOriginInfo> > wallet::ImportData::key_origins |
Definition at line 839 of file backup.cpp.
std::unique_ptr<CScript> wallet::ImportData::redeemscript |
Provided redeemScript; will be moved to import_scripts
if relevant.
Definition at line 833 of file backup.cpp.
std::map<CKeyID, bool> wallet::ImportData::used_keys |
Import these private keys if available (the value indicates whether if the key is required for solvability)
Definition at line 838 of file backup.cpp.
std::unique_ptr<CScript> wallet::ImportData::witnessscript |
Provided witnessScript; will be moved to import_scripts
if relevant.
Definition at line 834 of file backup.cpp.