![]() |
Bitcoin ABC 0.32.4
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. More... | |
| std::optional< CFeeRate > | estimated_feerate |
| Estimated feerate (fee / weight) of the transaction. More... | |
| std::optional< Amount > | fee |
| Amount of fee being paid by the transaction. More... | |
| std::vector< PSBTInputAnalysis > | inputs |
| More information about the individual inputs of the transaction. More... | |
| PSBTRole | next |
| Which of the BIP 174 roles needs to handle the transaction next. More... | |
| std::string | error |
| Error message. More... | |
Holds the results of AnalyzePSBT (miscellaneous information about a PSBT)
|
inline |
| std::optional<CFeeRate> node::PSBTAnalysis::estimated_feerate |
| std::optional<size_t> node::PSBTAnalysis::estimated_vsize |
| std::optional<Amount> node::PSBTAnalysis::fee |
| std::vector<PSBTInputAnalysis> node::PSBTAnalysis::inputs |
| PSBTRole node::PSBTAnalysis::next |