 |
PRCYCoin
2.0.0.7rc1
P2P Digital Currency
|
Go to the documentation of this file.
8 #ifndef BITCOIN_COINCONTROL_H
9 #define BITCOIN_COINCONTROL_H
86 this->setSelected.clear();
94 #endif // BITCOIN_COINCONTROL_H
void Select(const COutPoint &output)
bool fAllowOtherInputs
If false, allows unselected inputs, but requires all selected inputs be used.
bool IsSelected(const uint256 &hash, unsigned int n) const
void SetSelection(std::set< COutPoint > setSelected)
void ListSelected(std::vector< COutPoint > &vOutpoints)
bool fAllowWatchOnly
Includes watch only addresses which match the ISMINE_WATCH_SOLVABLE criteria.
int64_t CAmount
Amount in PRCY (Can be negative)
std::set< COutPoint > setSelected
unsigned int QuantitySelected()
256-bit unsigned big integer.
boost::variant< CNoDestination, CKeyID, CScriptID > CTxDestination
A txout script template with a specific destination.
CAmount nMinimumTotalFee
Minimum absolute fee (not per kilobyte)
An encapsulated public key.
An encapsulated private key.
An outpoint - a combination of a transaction hash and an index n into its vout.
void UnSelect(const COutPoint &output)
CTxDestination destChange