6 #ifndef PAYMENTSERVER_H
7 #define PAYMENTSERVER_H
47 class QNetworkAccessManager;
96 void message(
const QString &title,
const QString &
message,
unsigned int style);
139 #endif // PAYMENTSERVER_H
void message(const QString &title, const QString &message, unsigned int style)
static bool readPaymentRequest(const QString &filename, PaymentRequestPlus &request)
void setOptionsModel(OptionsModel *optionsModel)
bool eventFilter(QObject *object, QEvent *event)
void handlePaymentACK(const QString &paymentACKMsg)
void receivedPaymentACK(const QString &paymentACKMsg)
void receivedPaymentRequest(SendCoinsRecipient)
static X509_STORE * certStore
void handleURIOrFile(const QString &s)
static bool ipcParseCommandLine(int argc, char *argv[])
static void freeCertStore()
static bool ipcSendCommandLine()
static X509_STORE * getCertStore()
void netRequestFinished(QNetworkReply *)
void fetchRequest(const QUrl &url)
PaymentServer(QObject *parent, bool startLocalServer=true)
QNetworkAccessManager * netManager
void reportSslErrors(QNetworkReply *, const QList< QSslError > &)
void fetchPaymentACK(CWallet *wallet, SendCoinsRecipient recipient, QByteArray transaction)
Interface from Qt to configuration data structure for Anoncoin client.
A CWallet is an extension of a keystore, which also maintains a set of transactions and balances...
void handleURIConnection()
bool processPaymentRequest(PaymentRequestPlus &request, SendCoinsRecipient &recipient)
OptionsModel * optionsModel
static void LoadRootCAs(X509_STORE *store=NULL)