Coin Control Features.
More...
#include <coincontrol.h>
Coin Control Features.
Definition at line 16 of file coincontrol.h.
CCoinControl::CCoinControl |
( |
| ) |
|
|
inline |
bool CCoinControl::HasSelected |
( |
| ) |
const |
|
inline |
bool CCoinControl::IsSelected |
( |
const COutPoint & |
output | ) |
const |
|
inline |
void CCoinControl::ListSelected |
( |
std::vector< COutPoint > & |
vOutpoints | ) |
const |
|
inline |
void CCoinControl::Select |
( |
const COutPoint & |
output | ) |
|
|
inline |
void CCoinControl::SetNull |
( |
| ) |
|
|
inline |
void CCoinControl::UnSelect |
( |
const COutPoint & |
output | ) |
|
|
inline |
void CCoinControl::UnSelectAll |
( |
| ) |
|
|
inline |
bool CCoinControl::fAllowOtherInputs |
If false, allows unselected inputs, but requires all selected inputs be used.
Definition at line 21 of file coincontrol.h.
bool CCoinControl::fAllowWatchOnly |
Includes watch only addresses which match the ISMINE_WATCH_SOLVABLE criteria.
Definition at line 23 of file coincontrol.h.
bool CCoinControl::fOverrideFeeRate |
Override automatic min/max checks on fee, m_feerate must be set if true.
Definition at line 25 of file coincontrol.h.
boost::optional<unsigned int> CCoinControl::m_confirm_target |
Override the default confirmation target if set.
Definition at line 29 of file coincontrol.h.
Fee estimation mode to control arguments to estimateSmartFee.
Definition at line 33 of file coincontrol.h.
boost::optional<CFeeRate> CCoinControl::m_feerate |
Override the default payTxFee if set.
Definition at line 27 of file coincontrol.h.
std::set<COutPoint> CCoinControl::setSelected |
|
private |
bool CCoinControl::signalRbf |
Signal BIP-125 replace by fee.
Definition at line 31 of file coincontrol.h.
The documentation for this class was generated from the following file: