Wallet: import / export output function

This commit is contained in:
tobtoht
2021-04-24 05:51:19 +02:00
committed by selsta
parent 113efbfdf0
commit e36b166edd
2 changed files with 12 additions and 0 deletions

View File

@@ -208,6 +208,10 @@ public:
Q_INVOKABLE bool exportKeyImages(const QString& path);
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);