#include <bitcoin-build-config.h>
#include <qt/sendcoinsdialog.h>
#include <qt/forms/ui_sendcoinsdialog.h>
#include <qt/addresstablemodel.h>
#include <qt/bitcoinunits.h>
#include <qt/clientmodel.h>
#include <qt/coincontroldialog.h>
#include <qt/guiutil.h>
#include <qt/optionsmodel.h>
#include <qt/platformstyle.h>
#include <qt/sendcoinsentry.h>
#include <chainparams.h>
#include <interfaces/node.h>
#include <key_io.h>
#include <node/interface_ui.h>
#include <node/types.h>
#include <policy/fees.h>
#include <txmempool.h>
#include <validation.h>
#include <wallet/coincontrol.h>
#include <wallet/fees.h>
#include <wallet/wallet.h>
#include <array>
#include <chrono>
#include <fstream>
#include <memory>
#include <QFontMetrics>
#include <QScrollBar>
#include <QSettings>
#include <QTextDocument>
Go to the source code of this file.
|
static constexpr std::array | confTargets {2, 4, 6, 12, 24, 48, 144, 504, 1008} |
|
◆ getConfTargetForIndex()
int getConfTargetForIndex |
( |
int |
index | ) |
|
◆ getIndexForConfTarget()
int getIndexForConfTarget |
( |
int |
target | ) |
|
◆ confTargets
constexpr std::array confTargets {2, 4, 6, 12, 24, 48, 144, 504, 1008} |
|
staticconstexpr |