btclock_v3/src/lib/utils.hpp

11 lines
193 B
C++
Raw Normal View History

#pragma once
#include <WiFi.h>
#include "shared.hpp"
int modulo(int x,int N);
double getSupplyAtBlock(uint blockNr);
2023-11-10 19:59:08 +00:00
String getMyHostname();
std::string formatNumberWithSuffix(int64_t num);