![]() |
Bitcoin Core
0.21.1
P2P Digital Currency
|
#include <optional.h>#include <outputtype.h>#include <policy/feerate.h>#include <policy/fees.h>#include <primitives/transaction.h>#include <script/standard.h>Go to the source code of this file.
Classes | |
| class | CCoinControl |
| Coin Control Features. More... | |
Variables | |
| const int | DEFAULT_MIN_DEPTH = 0 |
| const int | DEFAULT_MAX_DEPTH = 9999999 |
| static constexpr bool | DEFAULT_AVOIDPARTIALSPENDS = false |
| Default for -avoidpartialspends. More... | |
|
static |
Default for -avoidpartialspends.
Definition at line 19 of file coincontrol.h.
| const int DEFAULT_MAX_DEPTH = 9999999 |
Definition at line 16 of file coincontrol.h.
| const int DEFAULT_MIN_DEPTH = 0 |
Definition at line 15 of file coincontrol.h.
1.8.8