libwallet: add scanTransactions function

This commit is contained in:
selsta
2022-05-28 02:02:17 +02:00
parent 2e2ae5c88f
commit 6e0b5e2be5
2 changed files with 15 additions and 0 deletions

View File

@@ -212,6 +212,9 @@ public:
Q_INVOKABLE bool exportOutputs(const QString& path, bool all = false);
Q_INVOKABLE bool importOutputs(const QString& path);
//! scan transactions
Q_INVOKABLE bool scanTransactions(const QVector<QString> &txids);
//! refreshes the wallet
Q_INVOKABLE bool refresh(bool historyAndSubaddresses = true);