![]() |
Bitcoin Core
21.99.0
P2P Digital Currency
|
#include <outputtype.h>
#include <policy/feerate.h>
#include <policy/fees.h>
#include <primitives/transaction.h>
#include <script/standard.h>
#include <optional>
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... | |
|
staticconstexpr |
Default for -avoidpartialspends.
Definition at line 20 of file coincontrol.h.
const int DEFAULT_MAX_DEPTH = 9999999 |
Definition at line 17 of file coincontrol.h.
const int DEFAULT_MIN_DEPTH = 0 |
Definition at line 16 of file coincontrol.h.