![]() |
Anoncoin
0.9.4
P2P Digital Currency
|
#include <paymentrequestplus.h>
Public Member Functions | |
PaymentRequestPlus () | |
bool | parse (const QByteArray &data) |
bool | SerializeToString (string *output) const |
bool | IsInitialized () const |
QString | getPKIType () const |
bool | getMerchant (X509_STORE *certStore, QString &merchant) const |
QList< std::pair< CScript, qint64 > > | getPayTo () const |
const payments::PaymentDetails & | getDetails () const |
Private Attributes | |
payments::PaymentRequest | paymentRequest |
payments::PaymentDetails | details |
Definition at line 22 of file paymentrequestplus.h.
|
inline |
Definition at line 25 of file paymentrequestplus.h.
|
inline |
bool PaymentRequestPlus::getMerchant | ( | X509_STORE * | certStore, |
QString & | merchant | ||
) | const |
Definition at line 66 of file paymentrequestplus.cpp.
QList< std::pair< CScript, qint64 > > PaymentRequestPlus::getPayTo | ( | ) | const |
Definition at line 198 of file paymentrequestplus.cpp.
QString PaymentRequestPlus::getPKIType | ( | ) | const |
bool PaymentRequestPlus::IsInitialized | ( | ) | const |
Definition at line 55 of file paymentrequestplus.cpp.
bool PaymentRequestPlus::parse | ( | const QByteArray & | data | ) |
Definition at line 28 of file paymentrequestplus.cpp.
bool PaymentRequestPlus::SerializeToString | ( | string * | output | ) | const |
|
private |
Definition at line 43 of file paymentrequestplus.h.
|
private |
Definition at line 42 of file paymentrequestplus.h.