// DragonX Wallet - ImGui Edition // Copyright 2024-2026 The Hush Developers // Released under the GPLv3 #pragma once #include namespace dragonx { namespace util { /** * @brief Parsed payment URI data */ struct PaymentURI { std::string address; double amount = 0.0; std::string label; std::string memo; std::string message; bool valid = false; std::string error; }; /** * @brief Parse a DragonX/HUSH payment URI * * Supports format: drgx:
?amount=&label=