![]() |
Bitcoin Core
0.21.1
P2P Digital Currency
|
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 |
| Custom change destination, if not set an address is generated. More... | |
| Optional< OutputType > | m_change_type |
| Override the default change type if set, ignored if destChange is set. More... | |
| bool | m_add_inputs |
| If false, only selected inputs are used. More... | |
| bool | fAllowOtherInputs |
| If false, allows unselected inputs, but requires all selected inputs be used. More... | |
| bool | fAllowWatchOnly |
| Includes watch only addresses which are solvable. More... | |
| bool | fOverrideFeeRate |
| Override automatic min/max checks on fee, m_feerate must be set if true. More... | |
| Optional< CFeeRate > | m_feerate |
| Override the wallet's m_pay_tx_fee if set. More... | |
| Optional< unsigned int > | m_confirm_target |
| Override the default confirmation target if set. More... | |
| Optional< bool > | m_signal_bip125_rbf |
| Override the wallet's m_signal_rbf if set. More... | |
| bool | m_avoid_partial_spends |
| Avoid partial use of funds sent to a given address. More... | |
| bool | m_avoid_address_reuse |
| Forbids inclusion of dirty (previously used) addresses. More... | |
| FeeEstimateMode | m_fee_mode |
| Fee estimation mode to control arguments to estimateSmartFee. More... | |
| int | m_min_depth = DEFAULT_MIN_DEPTH |
| Minimum chain depth value for coin availability. More... | |
| int | m_max_depth = DEFAULT_MAX_DEPTH |
| Maximum chain depth value for coin availability. More... | |
Private Attributes | |
| std::set< COutPoint > | setSelected |
Coin Control Features.
Definition at line 22 of file coincontrol.h.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| void CCoinControl::SetNull | ( | ) |
Definition at line 9 of file coincontrol.cpp.
|
inline |
|
inline |
| CTxDestination CCoinControl::destChange |
Custom change destination, if not set an address is generated.
Definition at line 26 of file coincontrol.h.
| bool CCoinControl::fAllowOtherInputs |
If false, allows unselected inputs, but requires all selected inputs be used.
Definition at line 32 of file coincontrol.h.
| bool CCoinControl::fAllowWatchOnly |
Includes watch only addresses which are solvable.
Definition at line 34 of file coincontrol.h.
| bool CCoinControl::fOverrideFeeRate |
Override automatic min/max checks on fee, m_feerate must be set if true.
Definition at line 36 of file coincontrol.h.
| bool CCoinControl::m_add_inputs |
If false, only selected inputs are used.
Definition at line 30 of file coincontrol.h.
| bool CCoinControl::m_avoid_address_reuse |
Forbids inclusion of dirty (previously used) addresses.
Definition at line 46 of file coincontrol.h.
| bool CCoinControl::m_avoid_partial_spends |
Avoid partial use of funds sent to a given address.
Definition at line 44 of file coincontrol.h.
| Optional<OutputType> CCoinControl::m_change_type |
Override the default change type if set, ignored if destChange is set.
Definition at line 28 of file coincontrol.h.
| Optional<unsigned int> CCoinControl::m_confirm_target |
Override the default confirmation target if set.
Definition at line 40 of file coincontrol.h.
| FeeEstimateMode CCoinControl::m_fee_mode |
Fee estimation mode to control arguments to estimateSmartFee.
Definition at line 48 of file coincontrol.h.
Override the wallet's m_pay_tx_fee if set.
Definition at line 38 of file coincontrol.h.
| int CCoinControl::m_max_depth = DEFAULT_MAX_DEPTH |
Maximum chain depth value for coin availability.
Definition at line 52 of file coincontrol.h.
| int CCoinControl::m_min_depth = DEFAULT_MIN_DEPTH |
Minimum chain depth value for coin availability.
Definition at line 50 of file coincontrol.h.
| Optional<bool> CCoinControl::m_signal_bip125_rbf |
Override the wallet's m_signal_rbf if set.
Definition at line 42 of file coincontrol.h.
|
private |
Definition at line 92 of file coincontrol.h.
1.8.8