wallet cli: viewing and editing address book

This commit is contained in:
kenshi84
2016-12-21 12:05:29 +09:00
parent 4fe5c351cd
commit 38f00d07f7
2 changed files with 82 additions and 0 deletions
+1
View File
@@ -135,6 +135,7 @@ namespace cryptonote
);
bool print_address(const std::vector<std::string> &args = std::vector<std::string>());
bool print_integrated_address(const std::vector<std::string> &args = std::vector<std::string>());
bool address_book(const std::vector<std::string> &args = std::vector<std::string>());
bool save(const std::vector<std::string> &args);
bool save_watch_only(const std::vector<std::string> &args);
bool set_variable(const std::vector<std::string> &args);