Bitcoin ABC  0.26.3
P2P Digital Currency
Public Attributes | List of all members
ImportData Struct Reference

Public Attributes

std::unique_ptr< CScriptredeemscript
 Provided redeemScript; 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 1154 of file backup.cpp.

Member Data Documentation

◆ import_scripts

std::set<CScript> ImportData::import_scripts

Definition at line 1160 of file backup.cpp.

◆ key_origins

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

Definition at line 1164 of file backup.cpp.

◆ redeemscript

std::unique_ptr<CScript> ImportData::redeemscript

Provided redeemScript; will be moved to import_scripts if relevant.

Definition at line 1157 of file backup.cpp.

◆ used_keys

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


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