forked from btclock/btclock_v3
5 lines
153 B
C++
5 lines
153 B
C++
#include <array>
|
|
#include <string>
|
|
#include "utils.hpp"
|
|
|
|
std::array<std::string, NUM_SCREENS> parseZapNotify(std::uint16_t amount, bool withSatsSymbol);
|