5#ifndef BITCOIN_QT_PAYMENTREQUESTPLUS_H
6#define BITCOIN_QT_PAYMENTREQUESTPLUS_H
8#pragma GCC diagnostic push
9#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
10#include <qt/paymentrequest.pb.h>
11#pragma GCC diagnostic pop
16#include <openssl/x509.h>
QList< std::pair< CScript, Amount > > getPayTo() const
bool getMerchant(X509_STORE *certStore, QString &merchant) const
payments::PaymentDetails details
bool IsInitialized() const
bool parse(const QByteArray &data)
const payments::PaymentDetails & getDetails() const
payments::PaymentRequest paymentRequest
bool SerializeToString(std::string *output) const
static const bool DEFAULT_SELFSIGNED_ROOTCERTS
T GetRand(T nMax=std::numeric_limits< T >::max()) noexcept
Generate a uniform random integer of type T in the range [0..nMax) nMax defaults to std::numeric_limi...