Coin Control Features.
More...
#include <coincontrol.h>
Coin Control Features.
Definition at line 17 of file coincontrol.h.
◆ CCoinControl()
CCoinControl::CCoinControl |
( |
| ) |
|
|
inline |
◆ HasAssetSelected()
bool CCoinControl::HasAssetSelected |
( |
| ) |
const |
|
inline |
◆ HasSelected()
bool CCoinControl::HasSelected |
( |
| ) |
const |
|
inline |
◆ IsAssetSelected()
bool CCoinControl::IsAssetSelected |
( |
const COutPoint & |
output | ) |
const |
|
inline |
◆ IsSelected()
bool CCoinControl::IsSelected |
( |
const COutPoint & |
output | ) |
const |
|
inline |
◆ ListSelected()
void CCoinControl::ListSelected |
( |
std::vector< COutPoint > & |
vOutpoints | ) |
const |
|
inline |
◆ ListSelectedAssets()
void CCoinControl::ListSelectedAssets |
( |
std::vector< COutPoint > & |
vOutpoints | ) |
const |
|
inline |
◆ Select()
void CCoinControl::Select |
( |
const COutPoint & |
output | ) |
|
|
inline |
◆ SelectAsset()
void CCoinControl::SelectAsset |
( |
const COutPoint & |
output | ) |
|
|
inline |
◆ SetNull()
void CCoinControl::SetNull |
( |
| ) |
|
|
inline |
◆ UnSelect()
void CCoinControl::UnSelect |
( |
const COutPoint & |
output | ) |
|
|
inline |
◆ UnSelectAll()
void CCoinControl::UnSelectAll |
( |
| ) |
|
|
inline |
◆ UnSelectAsset()
void CCoinControl::UnSelectAsset |
( |
const COutPoint & |
output | ) |
|
|
inline |
◆ destChange
◆ fAllowOtherInputs
bool CCoinControl::fAllowOtherInputs |
If false, allows unselected inputs, but requires all selected inputs be used.
Definition at line 22 of file coincontrol.h.
◆ fAllowWatchOnly
bool CCoinControl::fAllowWatchOnly |
Includes watch only addresses which match the ISMINE_WATCH_SOLVABLE criteria.
Definition at line 24 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 26 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 30 of file coincontrol.h.
◆ m_fee_mode
Fee estimation mode to control arguments to estimateSmartFee.
Definition at line 34 of file coincontrol.h.
◆ m_feerate
boost::optional<CFeeRate> CCoinControl::m_feerate |
Override the default payTxFee if set.
Definition at line 28 of file coincontrol.h.
◆ setAssetsSelected
std::set<COutPoint> CCoinControl::setAssetsSelected |
|
private |
◆ setSelected
std::set<COutPoint> CCoinControl::setSelected |
|
private |
◆ signalRbf
bool CCoinControl::signalRbf |
Signal BIP-125 replace by fee.
Definition at line 32 of file coincontrol.h.
◆ strAssetSelected
std::string CCoinControl::strAssetSelected |
RVN START.
Name of the asset that is selected, used when sending assets with coincontrol
Definition at line 38 of file coincontrol.h.
The documentation for this class was generated from the following file: