node::AnalyzePSBT

Provides helpful miscellaneous information about where a PSBT is in the signing workflow.

Synopsis

Declared in <node/psbt.h>

PSBTAnalysis
AnalyzePSBT(PartiallySignedTransaction psbtx);

Return Value

A PSBTAnalysis with information about the provided PSBT.

Parameters

NameDescription
psbtx [in]the PSBT to analyze