btclock_v3/lib/btclock/utils.hpp

10 lines
164 B
C++
Raw Normal View History

#pragma once
2023-11-28 00:30:36 +00:00
#include <string>
#include <cmath>
int modulo(int x,int N);
double getSupplyAtBlock(uint blockNr);
2023-11-10 19:59:08 +00:00
std::string formatNumberWithSuffix(int64_t num);