Coin Control Features.
More...
#include <coincontrol.h>
Coin Control Features.
Definition at line 16 of file coincontrol.h.
◆ CCoinControl()
CCoinControl::CCoinControl |
( |
| ) |
|
|
inline |
◆ HasSelected()
bool CCoinControl::HasSelected |
( |
| ) |
const |
|
inline |
◆ IsSelected()
bool CCoinControl::IsSelected |
( |
const COutPoint & |
output | ) |
const |
|
inline |
◆ ListSelected()
void CCoinControl::ListSelected |
( |
std::vector< COutPoint > & |
vOutpoints | ) |
const |
|
inline |
◆ Select()
void CCoinControl::Select |
( |
const COutPoint & |
output | ) |
|
|
inline |
◆ SetNull()
void CCoinControl::SetNull |
( |
| ) |
|
◆ UnSelect()
void CCoinControl::UnSelect |
( |
const COutPoint & |
output | ) |
|
|
inline |
◆ UnSelectAll()
void CCoinControl::UnSelectAll |
( |
| ) |
|
|
inline |
◆ destChange
Custom change destination, if not set an address is generated.
Definition at line 20 of file coincontrol.h.
◆ fAllowOtherInputs
bool CCoinControl::fAllowOtherInputs |
If false, allows unselected inputs, but requires all selected inputs be used.
Definition at line 24 of file coincontrol.h.
◆ fAllowWatchOnly
bool CCoinControl::fAllowWatchOnly |
Includes watch only addresses which are solvable.
Definition at line 26 of file coincontrol.h.
◆ fOverrideFeeRate
bool CCoinControl::fOverrideFeeRate |
Override automatic min/max checks on fee, m_feerate must be set if true.
Definition at line 28 of file coincontrol.h.
◆ m_avoid_partial_spends
bool CCoinControl::m_avoid_partial_spends |
Avoid partial use of funds sent to a given address.
Definition at line 36 of file coincontrol.h.
◆ m_change_type
boost::optional<OutputType> CCoinControl::m_change_type |
Override the default change type if set, ignored if destChange is set.
Definition at line 22 of file coincontrol.h.
◆ m_confirm_target
boost::optional<unsigned int> CCoinControl::m_confirm_target |
Override the default confirmation target if set.
Definition at line 32 of file coincontrol.h.
◆ m_fee_mode
Fee estimation mode to control arguments to estimateSmartFee.
Definition at line 38 of file coincontrol.h.
◆ m_feerate
boost::optional<CFeeRate> CCoinControl::m_feerate |
Override the wallet's m_pay_tx_fee if set.
Definition at line 30 of file coincontrol.h.
◆ m_signal_bip125_rbf
boost::optional<bool> CCoinControl::m_signal_bip125_rbf |
Override the wallet's m_signal_rbf if set.
Definition at line 34 of file coincontrol.h.
◆ setSelected
std::set<COutPoint> CCoinControl::setSelected |
|
private |
The documentation for this class was generated from the following files: