Bitcoin
|
#include <psbt.h>
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... | |
Holds the results of AnalyzePSBT (miscellaneous information about a PSBT)
Estimated feerate (fee / weight) of the transaction.
Optional<size_t> PSBTAnalysis::estimated_vsize |
Estimated weight of the transaction.
std::vector<PSBTInputAnalysis> PSBTAnalysis::inputs |
More information about the individual inputs of the transaction.
PSBTRole PSBTAnalysis::next |
Which of the BIP 174 roles needs to handle the transaction next.