Holds an analysis of one input from a PSBT.
More...
#include <psbt.h>
Holds an analysis of one input from a PSBT.
Definition at line 16 of file psbt.h.
◆ has_utxo
bool node::PSBTInputAnalysis::has_utxo |
Whether we have UTXO information for this input.
Definition at line 18 of file psbt.h.
◆ is_final
bool node::PSBTInputAnalysis::is_final |
Whether the input has all required information including signatures.
Definition at line 20 of file psbt.h.
◆ missing_pubkeys
std::vector<CKeyID> node::PSBTInputAnalysis::missing_pubkeys |
Pubkeys whose BIP32 derivation path is missing.
Definition at line 25 of file psbt.h.
◆ missing_redeem_script
uint160 node::PSBTInputAnalysis::missing_redeem_script |
Hash160 of redeem script, if missing.
Definition at line 29 of file psbt.h.
◆ missing_sigs
std::vector<CKeyID> node::PSBTInputAnalysis::missing_sigs |
Pubkeys whose signatures are missing.
Definition at line 27 of file psbt.h.
◆ next
Which of the BIP 174 roles needs to handle this input next.
Definition at line 22 of file psbt.h.
The documentation for this struct was generated from the following file: