![]() |
Bitcoin Core
0.21.1
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 | |
| Optional< size_t > | estimated_vsize |
| Estimated weight of the transaction. More... | |
| Optional< CFeeRate > | estimated_feerate |
| Estimated feerate (fee / weight) of the transaction. More... | |
| Optional< CAmount > | 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 |
| Optional<size_t> PSBTAnalysis::estimated_vsize |
| std::vector<PSBTInputAnalysis> PSBTAnalysis::inputs |
| PSBTRole PSBTAnalysis::next |
1.8.8