btclock_v3/lib/btclock/utils.hpp
2023-11-28 02:05:04 +01:00

11 lines
199 B
C++

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