wallet_api: import / export output function

This commit is contained in:
tobtoht
2021-04-22 04:25:20 +02:00
committed by selsta
parent e45619e61e
commit 445a9d8ba3
3 changed files with 77 additions and 0 deletions
+2
View File
@@ -167,6 +167,8 @@ public:
virtual UnsignedTransaction * loadUnsignedTx(const std::string &unsigned_filename) override;
bool exportKeyImages(const std::string &filename, bool all = false) override;
bool importKeyImages(const std::string &filename) override;
bool exportOutputs(const std::string &filename, bool all = false) override;
bool importOutputs(const std::string &filename) override;
virtual void disposeTransaction(PendingTransaction * t) override;
virtual uint64_t estimateTransactionFee(const std::vector<std::pair<std::string, uint64_t>> &destinations,