[#node-AnalyzePSBT] = xref:node.adoc[node]::AnalyzePSBT :relfileprefix: ../ :mrdocs: Provides helpful miscellaneous information about where a PSBT is in the signing workflow. == Synopsis Declared in `<node/psbt.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:node/PSBTAnalysis.adoc[PSBTAnalysis] AnalyzePSBT(xref:PartiallySignedTransaction.adoc[PartiallySignedTransaction] psbtx); ---- == Return Value A PSBTAnalysis with information about the provided PSBT. == Parameters [cols="1,4"] |=== | Name| Description | *psbtx* [in] | the PSBT to analyze |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#