Add confirmations to websockets RPC

This commit is contained in:
adityapk00
2019-01-18 21:18:52 -08:00
parent ea3c7d13cf
commit cf35953e69
4 changed files with 11 additions and 5 deletions

View File

@@ -20,6 +20,7 @@ public:
QString getAddr(int row) const;
qint64 getDate(int row) const;
QString getType(int row) const;
qint64 getConfirmations(int row) const;
QString getAmt (int row) const;
bool exportToCsv(QString fileName) const;