5 #ifndef FABCOIN_QT_PAYMENTREQUESTPLUS_H 6 #define FABCOIN_QT_PAYMENTREQUESTPLUS_H 8 #pragma GCC diagnostic push 9 #pragma GCC diagnostic ignored "-Wdeprecated-declarations" 11 #pragma GCC diagnostic pop 15 #include <openssl/x509.h> 21 static const bool DEFAULT_SELFSIGNED_ROOTCERTS =
false;
39 bool getMerchant(X509_STORE* certStore, QString& merchant)
const;
42 QList<std::pair<CScript,CAmount> >
getPayTo()
const;
51 #endif // FABCOIN_QT_PAYMENTREQUESTPLUS_H bool IsInitialized() const
bool getMerchant(X509_STORE *certStore, QString &merchant) const
bool SerializeToString(std::string *output) const
const payments::PaymentDetails & getDetails() const
bool parse(const QByteArray &data)
payments::PaymentDetails details
QList< std::pair< CScript, CAmount > > getPayTo() const
payments::PaymentRequest paymentRequest