Bitcoin ABC 0.30.5
P2P Digital Currency
|
#include <outputtype.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 18 of file coincontrol.h.
const int DEFAULT_MAX_DEPTH = 9999999 |
Definition at line 15 of file coincontrol.h.
const int DEFAULT_MIN_DEPTH = 0 |
Definition at line 14 of file coincontrol.h.