Fabcoin Core  0.16.2
P2P Digital Currency
Public Member Functions | Public Attributes | Private Attributes | List of all members
CCoinControl Class Reference

Coin Control Features. More...

#include <coincontrol.h>

Public Member Functions

 CCoinControl ()
 
void SetNull ()
 
bool HasSelected () const
 
bool IsSelected (const COutPoint &output) const
 
void Select (const COutPoint &output)
 
void UnSelect (const COutPoint &output)
 
void UnSelectAll ()
 
void ListSelected (std::vector< COutPoint > &vOutpoints) const
 

Public Attributes

CTxDestination destChange
 
bool fAllowOtherInputs
 If false, allows unselected inputs, but requires all selected inputs be used. More...
 
bool fAllowWatchOnly
 Includes watch only addresses which match the ISMINE_WATCH_SOLVABLE criteria. More...
 
bool fOverrideFeeRate
 Override automatic min/max checks on fee, m_feerate must be set if true. More...
 
boost::optional< CFeeRatem_feerate
 Override the default payTxFee if set. More...
 
boost::optional< unsigned int > m_confirm_target
 Override the default confirmation target if set. More...
 
bool signalRbf
 Signal BIP-125 replace by fee. More...
 
FeeEstimateMode m_fee_mode
 Fee estimation mode to control arguments to estimateSmartFee. More...
 

Private Attributes

std::set< COutPointsetSelected
 

Detailed Description

Coin Control Features.

Definition at line 16 of file coincontrol.h.

Constructor & Destructor Documentation

CCoinControl::CCoinControl ( )
inline

Definition at line 35 of file coincontrol.h.

Here is the call graph for this function:

Member Function Documentation

bool CCoinControl::HasSelected ( ) const
inline

Definition at line 53 of file coincontrol.h.

Here is the caller graph for this function:

bool CCoinControl::IsSelected ( const COutPoint output) const
inline

Definition at line 58 of file coincontrol.h.

Here is the caller graph for this function:

void CCoinControl::ListSelected ( std::vector< COutPoint > &  vOutpoints) const
inline

Definition at line 78 of file coincontrol.h.

Here is the caller graph for this function:

void CCoinControl::Select ( const COutPoint output)
inline

Definition at line 63 of file coincontrol.h.

Here is the caller graph for this function:

void CCoinControl::SetNull ( )
inline

Definition at line 40 of file coincontrol.h.

Here is the caller graph for this function:

void CCoinControl::UnSelect ( const COutPoint output)
inline

Definition at line 68 of file coincontrol.h.

Here is the caller graph for this function:

void CCoinControl::UnSelectAll ( )
inline

Definition at line 73 of file coincontrol.h.

Here is the caller graph for this function:

Member Data Documentation

CTxDestination CCoinControl::destChange

Definition at line 19 of file coincontrol.h.

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.

FeeEstimateMode CCoinControl::m_fee_mode

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

Definition at line 84 of file coincontrol.h.

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: