mirror of
https://git.btclock.dev/btclock/btclock_v3
synced 2025-04-23 01:01:21 +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);
|