![]() |
Bitcoin Core 22.99.0
P2P Digital Currency
|
#include <outputtype.h>
#include <policy/feerate.h>
#include <policy/fees.h>
#include <primitives/transaction.h>
#include <script/keyorigin.h>
#include <script/signingprovider.h>
#include <script/standard.h>
#include <optional>
#include <algorithm>
#include <map>
#include <set>
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 25 of file coincontrol.h.
const int DEFAULT_MAX_DEPTH = 9999999 |
Definition at line 22 of file coincontrol.h.
const int DEFAULT_MIN_DEPTH = 0 |
Definition at line 21 of file coincontrol.h.