2024-12-17 20:17:21 -06:00
|
|
|
#include <array>
|
|
|
|
#include <string>
|
|
|
|
|
2024-12-20 01:08:03 +01:00
|
|
|
std::array<std::string, NUM_SCREENS> parseMiningPoolStatsHashRate(std::string text);
|
|
|
|
std::array<std::string, NUM_SCREENS> parseMiningPoolStatsDailyEarnings(int sats, std::string label);
|