#include <sign.h>
Definition at line 60 of file sign.h.
| SignatureData::SignatureData |
( |
| ) |
|
|
inline |
| SignatureData::SignatureData |
( |
const CScript & |
script | ) |
|
|
inlineexplicit |
| bool SignatureData::complete = false |
Stores whether the scriptSig and scriptWitness are complete.
Definition at line 61 of file sign.h.
| std::vector<CKeyID> SignatureData::missing_pubkeys |
KeyIDs of pubkeys which could not be found.
Definition at line 69 of file sign.h.
| uint160 SignatureData::missing_redeem_script |
ScriptID of the missing redeemScript (if any)
Definition at line 71 of file sign.h.
| std::vector<CKeyID> SignatureData::missing_sigs |
KeyIDs of pubkeys for signatures which could not be found.
Definition at line 70 of file sign.h.
| uint256 SignatureData::missing_witness_script |
SHA256 of the missing witnessScript (if any)
Definition at line 72 of file sign.h.
| CScript SignatureData::redeem_script |
The redeemScript (if any) for the input.
Definition at line 64 of file sign.h.
The scriptSig of an input. Contains complete signatures or the traditional partial signatures format.
Definition at line 63 of file sign.h.
The scriptWitness of an input. Contains complete signatures or the traditional partial signatures format. scriptWitness is part of a transaction input per BIP 144.
Definition at line 66 of file sign.h.
BIP 174 style partial signatures for the input. May contain all signatures necessary for producing a final scriptSig or scriptWitness.
Definition at line 67 of file sign.h.
| bool SignatureData::witness = false |
Stores whether the input this SigData corresponds to is a witness input.
Definition at line 62 of file sign.h.
| CScript SignatureData::witness_script |
The witnessScript (if any) for the input. witnessScripts are used in P2WSH outputs.
Definition at line 65 of file sign.h.
The documentation for this struct was generated from the following files: