![]() |
Bitcoin Core 31.0.0
P2P Digital Currency
|
Holds an analysis of one input from a PSBT. More...
#include <psbt.h>
Public Attributes | |
| bool | has_utxo |
| Whether we have UTXO information for this input. | |
| bool | is_final |
| Whether the input has all required information including signatures. | |
| PSBTRole | next |
| Which of the BIP 174 roles needs to handle this input next. | |
| std::vector< CKeyID > | missing_pubkeys |
| Pubkeys whose BIP32 derivation path is missing. | |
| std::vector< CKeyID > | missing_sigs |
| Pubkeys whose signatures are missing. | |
| uint160 | missing_redeem_script |
| Hash160 of redeem script, if missing. | |
| uint256 | missing_witness_script |
| SHA256 of witness script, if missing. | |
| std::vector<CKeyID> node::PSBTInputAnalysis::missing_pubkeys |
| std::vector<CKeyID> node::PSBTInputAnalysis::missing_sigs |