Bitcoin Core  27.99.0
P2P Digital Currency
Functions | Variables
paymentserver.cpp File Reference
#include <qt/paymentserver.h>
#include <qt/bitcoinunits.h>
#include <qt/guiutil.h>
#include <qt/optionsmodel.h>
#include <chainparams.h>
#include <common/args.h>
#include <interfaces/node.h>
#include <key_io.h>
#include <node/interface_ui.h>
#include <policy/policy.h>
#include <wallet/wallet.h>
#include <cstdlib>
#include <memory>
#include <QApplication>
#include <QByteArray>
#include <QDataStream>
#include <QDebug>
#include <QFile>
#include <QFileOpenEvent>
#include <QHash>
#include <QList>
#include <QLocalServer>
#include <QLocalSocket>
#include <QStringList>
#include <QUrlQuery>
Include dependency graph for paymentserver.cpp:

Go to the source code of this file.

Functions

const QString BITCOIN_IPC_PREFIX ("bitcoin:")
 
static QString ipcServerName ()
 

Variables

const int BITCOIN_IPC_CONNECT_TIMEOUT = 1000
 
static QSet< QString > savedPaymentRequests
 

Function Documentation

◆ BITCOIN_IPC_PREFIX()

const QString BITCOIN_IPC_PREFIX ( "bitcoin:"  )
Here is the caller graph for this function:

◆ ipcServerName()

static QString ipcServerName ( )
static

Definition at line 43 of file paymentserver.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ BITCOIN_IPC_CONNECT_TIMEOUT

const int BITCOIN_IPC_CONNECT_TIMEOUT = 1000

Definition at line 35 of file paymentserver.cpp.

◆ savedPaymentRequests

QSet<QString> savedPaymentRequests
static

Definition at line 61 of file paymentserver.cpp.