![]() |
Bitcoin Core 31.0.0
P2P Digital Currency
|
Holds the results of AnalyzePSBT (miscellaneous information about a PSBT). More...
#include <psbt.h>
Public Member Functions | |
| void | SetInvalid (std::string err_msg) |
Public Attributes | |
| std::optional< size_t > | estimated_vsize |
| Estimated weight of the transaction. | |
| std::optional< CFeeRate > | estimated_feerate |
| Estimated feerate (fee / weight) of the transaction. | |
| std::optional< CAmount > | fee |
| Amount of fee being paid by the transaction. | |
| std::vector< PSBTInputAnalysis > | inputs |
| More information about the individual inputs of the transaction. | |
| PSBTRole | next |
| Which of the BIP 174 roles needs to handle the transaction next. | |
| std::string | error |
| Error message. | |
Holds the results of AnalyzePSBT (miscellaneous information about a PSBT).
|
inline |
| std::string node::PSBTAnalysis::error |
| std::optional<CFeeRate> node::PSBTAnalysis::estimated_feerate |
| std::optional<size_t> node::PSBTAnalysis::estimated_vsize |
| std::optional<CAmount> node::PSBTAnalysis::fee |
| std::vector<PSBTInputAnalysis> node::PSBTAnalysis::inputs |