#include <EthereumPeer.h>
Definition at line 40 of file EthereumPeer.h.
virtual dev::eth::EthereumPeerObserverFace::~EthereumPeerObserverFace |
( |
| ) |
|
|
inlinevirtual |
virtual void dev::eth::EthereumPeerObserverFace::onPeerAborting |
( |
| ) |
|
|
pure virtual |
virtual void dev::eth::EthereumPeerObserverFace::onPeerBlockBodies |
( |
std::shared_ptr< EthereumPeer > |
_peer, |
|
|
RLP const & |
_r |
|
) |
| |
|
pure virtual |
virtual void dev::eth::EthereumPeerObserverFace::onPeerBlockHeaders |
( |
std::shared_ptr< EthereumPeer > |
_peer, |
|
|
RLP const & |
_headers |
|
) |
| |
|
pure virtual |
virtual void dev::eth::EthereumPeerObserverFace::onPeerNewBlock |
( |
std::shared_ptr< EthereumPeer > |
_peer, |
|
|
RLP const & |
_r |
|
) |
| |
|
pure virtual |
virtual void dev::eth::EthereumPeerObserverFace::onPeerNewHashes |
( |
std::shared_ptr< EthereumPeer > |
_peer, |
|
|
std::vector< std::pair< h256, u256 >> const & |
_hashes |
|
) |
| |
|
pure virtual |
virtual void dev::eth::EthereumPeerObserverFace::onPeerNodeData |
( |
std::shared_ptr< EthereumPeer > |
_peer, |
|
|
RLP const & |
_r |
|
) |
| |
|
pure virtual |
virtual void dev::eth::EthereumPeerObserverFace::onPeerReceipts |
( |
std::shared_ptr< EthereumPeer > |
_peer, |
|
|
RLP const & |
_r |
|
) |
| |
|
pure virtual |
virtual void dev::eth::EthereumPeerObserverFace::onPeerStatus |
( |
std::shared_ptr< EthereumPeer > |
_peer | ) |
|
|
pure virtual |
virtual void dev::eth::EthereumPeerObserverFace::onPeerTransactions |
( |
std::shared_ptr< EthereumPeer > |
_peer, |
|
|
RLP const & |
_r |
|
) |
| |
|
pure virtual |
The documentation for this class was generated from the following file: