![]() |
Bitcoin ABC 0.32.4
P2P Digital Currency
|
Public Attributes | |
| std::unique_ptr< CScript > | redeemscript |
Provided redeemScript; 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 1177 of file backup.cpp.
| std::set<CScript> ImportData::import_scripts |
Definition at line 1183 of file backup.cpp.
| std::map<CKeyID, std::pair<CPubKey, KeyOriginInfo> > ImportData::key_origins |
Definition at line 1187 of file backup.cpp.
| std::unique_ptr<CScript> ImportData::redeemscript |
Provided redeemScript; will be moved to import_scripts if relevant.
Definition at line 1180 of file backup.cpp.
| std::map<CKeyID, bool> ImportData::used_keys |
Import these private keys if available (the value indicates whether if the key is required for solvability)
Definition at line 1186 of file backup.cpp.