Spend proof without txkey

This commit is contained in:
stoffu
2017-08-29 00:34:17 +09:00
parent 49ce59462a
commit b0b7e0f09a
10 changed files with 473 additions and 0 deletions
+2
View File
@@ -689,6 +689,8 @@ namespace tools
std::string get_tx_proof(const crypto::hash &txid, const cryptonote::account_public_address &address, bool is_subaddress, const std::string &message, std::string &error_str);
bool check_tx_proof(const crypto::hash &txid, const cryptonote::account_public_address &address, bool is_subaddress, const std::string &message, const std::string &sig_str, uint64_t &received, bool &in_pool, uint64_t &confirmations);
std::string get_spend_proof(const crypto::hash &txid, const std::string &message);
bool check_spend_proof(const crypto::hash &txid, const std::string &message, const std::string &sig_str);
/*!
* \brief GUI Address book get/store
*/