Holds the results of AnalyzePSBT (miscellaneous information about a PSBT)
Synopsis
Declared in <node/psbt.h>
struct PSBTAnalysis;
Member Functions
Name |
Description |
Clears the analysis results and records an error message. |
Data Members
Name |
Description |
Error message |
|
Estimated feerate (fee / weight) of the transaction |
|
Estimated weight of the transaction |
|
Amount of fee being paid by the transaction |
|
More information about the individual inputs of the transaction |
|
Which of the BIP 174 roles needs to handle the transaction next |
Non-Member Functions
Name |
Description |
Provides helpful miscellaneous information about where a PSBT is in the signing workflow. |
Created with MrDocs