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