5 #ifndef BITCOIN_NODE_PSBT_H 6 #define BITCOIN_NODE_PSBT_H 31 std::vector<PSBTInputAnalysis>
inputs;
43 #endif // BITCOIN_NODE_PSBT_H Optional< size_t > estimated_vsize
Estimated weight of the transaction.
Definition: psbt.h:28
PSBTAnalysis AnalyzePSBT(PartiallySignedTransaction psbtx)
Definition: psbt.cpp:13
PSBTRole next
Which of the BIP 174 roles needs to handle the transaction next.
Definition: psbt.h:32
std::vector< PSBTInputAnalysis > inputs
More information about the individual inputs of the transaction.
Definition: psbt.h:31
PSBTRole
Definition: psbt.h:554
Optional< CAmount > fee
Amount of fee being paid by the transaction.
Definition: psbt.h:30
Definition: uint256.h:121
Optional< CFeeRate > estimated_feerate
Estimated feerate (fee / weight) of the transaction.
Definition: psbt.h:29
Definition: uint256.h:110
boost::optional< T > Optional
Substitute for C++17 std::optional.
Definition: optional.h:14