mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-15 09:57:26 -04:00
Merge pull request #3435
36940f0Transfer: add support for outputs import / export (selsta)e36b166Wallet: import / export output function (tobtoht)
This commit is contained in:
@@ -208,6 +208,10 @@ public:
|
||||
Q_INVOKABLE bool exportKeyImages(const QString& path, bool all = false);
|
||||
Q_INVOKABLE bool importKeyImages(const QString& path);
|
||||
|
||||
//! export/import outputs
|
||||
Q_INVOKABLE bool exportOutputs(const QString& path, bool all = false);
|
||||
Q_INVOKABLE bool importOutputs(const QString& path);
|
||||
|
||||
//! refreshes the wallet
|
||||
Q_INVOKABLE bool refresh(bool historyAndSubaddresses = true);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user