MidlePayQml 0.0.4
MiddlePay QML module
qnode_tips.hpp
1 #pragma once
2 
3 #include"block/qblock.hpp"
4 #include"client/qnode_response.hpp"
5 #include <QJsonValue>
6 namespace qiota{
7 
8 
9  class QCLIENT_EXPORT Node_tips : public QObject
10  {
11  Q_OBJECT
12  public:
15  public slots:
16  void fill(QJsonValue data);
17  signals:
18  void finished(void);
19 
20  private:
21  Response* response_;
22 
23  };
24 
25 }
Definition: qnode_tips.hpp:10
void finished(void)
std::vector< qblocks::Block_ID > tips
Definition: qnode_tips.hpp:14
Node_tips(Response *)
void fill(QJsonValue data)
Definition: qnode_response.hpp:17
Definition: qbigint.hpp:7