forked from btclock/btclock_v3
10 lines
No EOL
164 B
C++
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); |