Add pending ops

This commit is contained in:
adityapk00
2019-01-22 23:10:01 -08:00
parent ea8375ce20
commit 10fe5f3cd4
2 changed files with 17 additions and 0 deletions

View File

@@ -46,6 +46,7 @@ public:
void sendZTransaction (json params, const std::function<void(json)>& cb);
void watchTxStatus();
void addNewTxToWatch(Tx tx, const QString& newOpid);
const QMap<QString, Tx> getWatchingTxns() { return watchingOps; }
const TxTableModel* getTransactionsModel() { return transactionsTableModel; }
const QList<QString>* getAllZAddresses() { return zaddresses; }