forked from btclock/btclock_v3
Add zap notify functionality
This commit is contained in:
parent
99e622eeef
commit
e39a0ccc14
13 changed files with 506 additions and 78 deletions
|
@ -10,4 +10,5 @@ int modulo(int x,int N);
|
|||
|
||||
double getSupplyAtBlock(std::uint32_t blockNr);
|
||||
|
||||
std::string formatNumberWithSuffix(std::uint64_t num, int numCharacters = 4);
|
||||
std::string formatNumberWithSuffix(std::uint64_t num, int numCharacters = 4);
|
||||
int64_t getAmountInSatoshis(std::string bolt11);
|
Loading…
Add table
Add a link
Reference in a new issue