#include <sign.h>
Definition at line 66 of file sign.h.
◆ SignatureData() [1/2]
SignatureData::SignatureData |
( |
| ) |
|
|
inline |
◆ SignatureData() [2/2]
SignatureData::SignatureData |
( |
const CScript & |
script | ) |
|
|
inlineexplicit |
◆ MergeSignatureData()
◆ complete
bool SignatureData::complete = false |
Stores whether the scriptSig are complete.
Definition at line 68 of file sign.h.
◆ misc_pubkeys
◆ missing_pubkeys
std::vector<CKeyID> SignatureData::missing_pubkeys |
KeyIDs of pubkeys which could not be found.
Definition at line 79 of file sign.h.
◆ missing_redeem_script
uint160 SignatureData::missing_redeem_script |
ScriptID of the missing redeemScript (if any)
Definition at line 83 of file sign.h.
◆ missing_sigs
std::vector<CKeyID> SignatureData::missing_sigs |
KeyIDs of pubkeys for signatures which could not be found.
Definition at line 81 of file sign.h.
◆ redeem_script
CScript SignatureData::redeem_script |
The redeemScript (if any) for the input.
Definition at line 73 of file sign.h.
◆ scriptSig
The scriptSig of an input.
Contains complete signatures or the traditional partial signatures format.
Definition at line 71 of file sign.h.
◆ signatures
BIP 174 style partial signatures for the input.
May contain all signatures necessary for producing a final scriptSig.
Definition at line 76 of file sign.h.
The documentation for this struct was generated from the following files: