Coin Control Features.
More...
#include <coincontrol.h>
Coin Control Features.
Definition at line 33 of file coincontrol.h.
◆ CCoinControl()
| CCoinControl::CCoinControl |
( |
| ) |
|
|
inline |
◆ HasSelected()
| bool CCoinControl::HasSelected |
( |
| ) |
const |
|
inline |
◆ IsSelected()
| bool CCoinControl::IsSelected |
( |
const BaseOutPoint & |
output | ) |
const |
|
inline |
◆ ListSelected()
| void CCoinControl::ListSelected |
( |
std::vector< OutPointWrapper > & |
vOutpoints | ) |
const |
|
inline |
◆ QuantitySelected()
| unsigned int CCoinControl::QuantitySelected |
( |
| ) |
const |
|
inline |
◆ Select()
◆ SetNull()
| void CCoinControl::SetNull |
( |
| ) |
|
|
inline |
◆ UnSelect()
◆ UnSelectAll()
| void CCoinControl::UnSelectAll |
( |
| ) |
|
|
inline |
◆ destChange
◆ destShieldChange
- Todo:
- : upgrade those two fields to a single CWDestination?
Definition at line 37 of file coincontrol.h.
◆ fAllowOtherInputs
| bool CCoinControl::fAllowOtherInputs |
If false, allows unselected inputs, but requires all selected inputs be used.
Definition at line 40 of file coincontrol.h.
◆ fAllowWatchOnly
| bool CCoinControl::fAllowWatchOnly |
Includes watch only addresses which are solvable.
Definition at line 42 of file coincontrol.h.
◆ fOverrideFeeRate
| bool CCoinControl::fOverrideFeeRate |
◆ nFeeRate
Feerate to use if overrideFeeRate is true.
Definition at line 48 of file coincontrol.h.
◆ nMinimumTotalFee
| CAmount CCoinControl::nMinimumTotalFee |
Minimum absolute fee (not per kilobyte)
Definition at line 44 of file coincontrol.h.
◆ setSelected
The documentation for this class was generated from the following file: