5 #ifndef BITCOIN_COINCONTROL_H 6 #define BITCOIN_COINCONTROL_H 74 #endif // BITCOIN_COINCONTROL_H CTxDestination destChange
bool fAllowWatchOnly
Includes watch only addresses which match the ISMINE_WATCH_SOLVABLE criteria.
boost::variant< CNoDestination, CKeyID, CScriptID > CTxDestination
bool IsSelected(const COutPoint &output) const
void Select(const COutPoint &output)
void ListSelected(std::vector< COutPoint > &vOutpoints) const
std::set< COutPoint > setSelected
bool fAllowOtherInputs
If false, allows unselected inputs, but requires all selected inputs be used.
CAmount nMinimumTotalFee
Minimum absolute fee (not per kilobyte)
void UnSelect(const COutPoint &output)