|
|
@ -51,6 +51,7 @@ public: |
|
|
|
//! Return number of connections, default is in- and outbound (total)
|
|
|
|
//! Return number of connections, default is in- and outbound (total)
|
|
|
|
int getNumConnections(unsigned int flags = CONNECTIONS_ALL) const; |
|
|
|
int getNumConnections(unsigned int flags = CONNECTIONS_ALL) const; |
|
|
|
int getNumBlocks() const; |
|
|
|
int getNumBlocks() const; |
|
|
|
|
|
|
|
int getHeaderHeight() const; |
|
|
|
|
|
|
|
|
|
|
|
//! Return number of transactions in the mempool
|
|
|
|
//! Return number of transactions in the mempool
|
|
|
|
long getMempoolSize() const; |
|
|
|
long getMempoolSize() const; |
|
|
|