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

Synopsis

Declared in <node/psbt.h>

struct PSBTAnalysis;

Member Functions

Name

Description

SetInvalid

Clears the analysis results and records an error message.

Data Members

Name

Description

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

Name

Description

AnalyzePSBT

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

Created with MrDocs