2 #include"qaddr_bundle.hpp"
3 #include"crypto/qslip10.hpp"
4 #include"client/qclient.hpp"
5 #include"client/qclientMQTT.hpp"
10 #include <QtQml/qqmlregistration.h>
12 #include <QtCore/QtGlobal>
21 #if defined(WINDOWS_ACCOU)
22 # define MIDLE_EXPORT Q_DECL_EXPORT
24 #define MIDLE_EXPORT Q_DECL_IMPORT
27 using namespace qiota;
35 Q_PROPERTY(
QString address MEMBER m_address NOTIFY addressChanged)
36 Q_PROPERTY(
bool pass MEMBER m_pass NOTIFY passChanged)
37 Q_PROPERTY(
QString message MEMBER m_message NOTIFY messageChanged)
38 Q_PROPERTY(
QUrl nodeaddr MEMBER m_naddr NOTIFY naddrChanged)
39 Q_PROPERTY(
QString initTag MEMBER m_initTag NOTIFY initTagChanged)
40 Q_PROPERTY(quint64 amount MEMBER m_amount NOTIFY amountChanged)
56 QString m_address,m_message,m_tag,m_initTag;
Definition: midlePay.hpp:32
MidlePay(QObject *parent=nullptr)
Definition: qclientMQTT.hpp:33
Definition: qclient.hpp:20
Definition: qnode_outputs.hpp:9
Definition: midlePay.hpp:16
Definition: qslip10.hpp:9
Definition: carray.hpp:22
Definition: qbigint.hpp:7