Nostr data source implementation
This commit is contained in:
parent
8e71f29d10
commit
87b22e5851
13 changed files with 236 additions and 51 deletions
|
@ -31,6 +31,9 @@ bool isBlockNotifyConnected();
|
|||
void stopBlockNotify();
|
||||
void restartBlockNotify();
|
||||
|
||||
void processNewBlock(uint newBlockHeight);
|
||||
void processNewBlockFee(uint newBlockFee);
|
||||
|
||||
bool getBlockNotifyInit();
|
||||
uint getLastBlockUpdate();
|
||||
int getBlockFetch();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue