Fabcoin Core
0.16.2
P2P Digital Currency
|
#include <paymentrequestplus.h>
Public Member Functions | |
PaymentRequestPlus () | |
bool | parse (const QByteArray &data) |
bool | SerializeToString (std::string *output) const |
bool | IsInitialized () const |
bool | getMerchant (X509_STORE *certStore, QString &merchant) const |
QList< std::pair< CScript, CAmount > > | getPayTo () const |
const payments::PaymentDetails & | getDetails () const |
Private Attributes | |
payments::PaymentRequest | paymentRequest |
payments::PaymentDetails | details |
Definition at line 28 of file paymentrequestplus.h.
|
inline |
|
inline |
bool PaymentRequestPlus::getMerchant | ( | X509_STORE * | certStore, |
QString & | merchant | ||
) | const |
Definition at line 60 of file paymentrequestplus.cpp.
bool PaymentRequestPlus::IsInitialized | ( | ) | const |
bool PaymentRequestPlus::parse | ( | const QByteArray & | data | ) |
bool PaymentRequestPlus::SerializeToString | ( | std::string * | output | ) | const |
|
private |
Definition at line 48 of file paymentrequestplus.h.
|
private |
Definition at line 47 of file paymentrequestplus.h.