#include #include #include #include #ifndef UNITY_TEST #include "lib/mining_pool/mining_pool_interface.hpp" #endif std::array parseMiningPoolStatsHashRate(const std::string& hashrate, const MiningPoolInterface& pool); std::array parseMiningPoolStatsDailyEarnings(int sats, std::string label, const MiningPoolInterface& pool);