btclock_v3/lib/btclock/utils.hpp
2023-11-28 01:30:36 +01:00

10 lines
No EOL
164 B
C++

#pragma once
#include <string>
#include <cmath>
int modulo(int x,int N);
double getSupplyAtBlock(uint blockNr);
std::string formatNumberWithSuffix(int64_t num);