mirror of
https://git.btclock.dev/btclock/btclock_v3
synced 2025-04-22 16:51:23 +00:00
6 lines
153 B
C++
6 lines
153 B
C++
#include <array>
|
|
#include <string>
|
|
#include "utils.hpp"
|
|
|
|
std::array<std::string, NUM_SCREENS> parseZapNotify(std::uint16_t amount, bool withSatsSymbol);
|