Holds the results of AnalyzePSBT (miscellaneous information about a PSBT)
Declared in <node/psbt.h>
struct PSBTAnalysis;
| Name | Description |
|---|---|
SetInvalid | Clears the analysis results and records an error message. |
| 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 |
| Name | Description |
|---|---|
AnalyzePSBT | Provides helpful miscellaneous information about where a PSBT is in the signing workflow. |