mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-12 00:17:26 -04:00
export/import key images
This commit is contained in:
@@ -159,6 +159,10 @@ public:
|
||||
//! returns daemon's blockchain target height
|
||||
Q_INVOKABLE quint64 daemonBlockChainTargetHeight() const;
|
||||
|
||||
//! export/import key images
|
||||
Q_INVOKABLE bool exportKeyImages(const QString& path);
|
||||
Q_INVOKABLE bool importKeyImages(const QString& path);
|
||||
|
||||
//! refreshes the wallet
|
||||
Q_INVOKABLE bool refresh();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user