mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-11 15:37:26 -04:00
libwallet: add scanTransactions function
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user