Holds an analysis of one input from a PSBT
Declared in <node/psbt.h>
struct PSBTInputAnalysis;
| Name | Description |
|---|---|
has_utxo | Whether we have UTXO information for this input |
is_final | Whether the input has all required information including signatures |
missing_pubkeys | Pubkeys whose BIP32 derivation path is missing |
missing_redeem_script | Hash160 of redeem script, if missing |
missing_sigs | Pubkeys whose signatures are missing |
missing_witness_script | SHA256 of witness script, if missing |
next | Which of the BIP 174 roles needs to handle this input next |