Merge pull request #1385
5783dd8ctests: add unit tests for uri parsing (moneromooo-monero)82ba2108wallet: add API and RPC to create/parse monero: URIs (moneromooo-monero)d9001b43epee: add functions to convert from URL format (ie, %XX values) (moneromooo-monero)
This commit is contained in:
@@ -549,6 +549,9 @@ namespace tools
|
||||
std::string decrypt(const std::string &ciphertext, const crypto::secret_key &skey, bool authenticated = true) const;
|
||||
std::string decrypt_with_view_secret_key(const std::string &ciphertext, bool authenticated = true) const;
|
||||
|
||||
std::string make_uri(const std::string &address, const std::string &payment_id, uint64_t amount, const std::string &tx_description, const std::string &recipient_name, std::string &error);
|
||||
bool parse_uri(const std::string &uri, std::string &address, std::string &payment_id, uint64_t &amount, std::string &tx_description, std::string &recipient_name, std::vector<std::string> &unknown_parameters, std::string &error);
|
||||
|
||||
private:
|
||||
/*!
|
||||
* \brief Stores wallet information to wallet file.
|
||||
|
||||
Reference in New Issue
Block a user