node::PSBTAnalysis

Holds the results of AnalyzePSBT (miscellaneous information about a PSBT)

Synopsis

Declared in <node/psbt.h>

struct PSBTAnalysis;

Member Functions

NameDescription
SetInvalid Clears the analysis results and records an error message.

Data Members

NameDescription
error Error message
estimated_feerate Estimated feerate (fee / weight) of the transaction
estimated_vsize Estimated weight of the transaction
fee Amount of fee being paid by the transaction
inputs More information about the individual inputs of the transaction
next Which of the BIP 174 roles needs to handle the transaction next

Non-Member Functions

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