Bitcoin ABC 0.26.3
P2P Digital Currency
|
Public Attributes | |
std::unique_ptr< CScript > | redeemscript |
Provided redeemScript; will be moved to import_scripts if relevant. | |
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) | |
std::map< CKeyID, std::pair< CPubKey, KeyOriginInfo > > | key_origins |
Definition at line 1164 of file backup.cpp.
std::set<CScript> ImportData::import_scripts |
Definition at line 1170 of file backup.cpp.
std::map<CKeyID, std::pair<CPubKey, KeyOriginInfo> > ImportData::key_origins |
Definition at line 1174 of file backup.cpp.
std::unique_ptr<CScript> ImportData::redeemscript |
Provided redeemScript; will be moved to import_scripts
if relevant.
Definition at line 1167 of file backup.cpp.
Import these private keys if available (the value indicates whether if the key is required for solvability)
Definition at line 1173 of file backup.cpp.