Bitcoin Core  27.99.0
P2P Digital Currency
Public Attributes | List of all members
wallet::ImportData Struct Reference

Public Attributes

std::unique_ptr< CScriptredeemscript
 Provided redeemScript; will be moved to import_scripts if relevant. More...
 
std::unique_ptr< CScriptwitnessscript
 Provided witnessScript; will be moved to import_scripts if relevant. More...
 
std::set< CScriptimport_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
 

Detailed Description

Definition at line 836 of file backup.cpp.

Member Data Documentation

◆ import_scripts

std::set<CScript> wallet::ImportData::import_scripts

Definition at line 843 of file backup.cpp.

◆ key_origins

std::map<CKeyID, std::pair<CPubKey, KeyOriginInfo> > wallet::ImportData::key_origins

Definition at line 845 of file backup.cpp.

◆ redeemscript

std::unique_ptr<CScript> wallet::ImportData::redeemscript

Provided redeemScript; will be moved to import_scripts if relevant.

Definition at line 839 of file backup.cpp.

◆ used_keys

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 844 of file backup.cpp.

◆ witnessscript

std::unique_ptr<CScript> wallet::ImportData::witnessscript

Provided witnessScript; will be moved to import_scripts if relevant.

Definition at line 840 of file backup.cpp.


The documentation for this struct was generated from the following file: