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
Name |
Description |
psbtx [in] |
the PSBT to analyze |
Created with MrDocs