Electroneum
CryptoNote::INodeObserver Class Reference

#include <INode.h>

Public Member Functions

virtual void initCompleted (std::error_code result)
 
virtual void peerCountUpdated (size_t count)
 
virtual void lastLocalBlockHeightUpdated (uint64_t height)
 
virtual void lastKnownBlockHeightUpdated (uint64_t height)
 
virtual void blockchainReorganized (uint64_t height)
 

Detailed Description

Definition at line 39 of file INode.h.

Member Function Documentation

◆ blockchainReorganized()

virtual void CryptoNote::INodeObserver::blockchainReorganized ( uint64_t  height)
inlinevirtual

Definition at line 47 of file INode.h.

47 {}

◆ initCompleted()

virtual void CryptoNote::INodeObserver::initCompleted ( std::error_code  result)
inlinevirtual

Definition at line 41 of file INode.h.

41 {}

◆ lastKnownBlockHeightUpdated()

virtual void CryptoNote::INodeObserver::lastKnownBlockHeightUpdated ( uint64_t  height)
inlinevirtual

Definition at line 45 of file INode.h.

45 {}

◆ lastLocalBlockHeightUpdated()

virtual void CryptoNote::INodeObserver::lastLocalBlockHeightUpdated ( uint64_t  height)
inlinevirtual

Definition at line 44 of file INode.h.

44 {}

◆ peerCountUpdated()

virtual void CryptoNote::INodeObserver::peerCountUpdated ( size_t  count)
inlinevirtual

Definition at line 43 of file INode.h.

43 {}

The documentation for this class was generated from the following file: