Fabcoin Core
0.16.2
P2P Digital Currency
|
This is the complete list of members for dev::eth::EthereumPeerObserverFace, including all inherited members.
onPeerAborting()=0 | dev::eth::EthereumPeerObserverFace | pure virtual |
onPeerBlockBodies(std::shared_ptr< EthereumPeer > _peer, RLP const &_r)=0 | dev::eth::EthereumPeerObserverFace | pure virtual |
onPeerBlockHeaders(std::shared_ptr< EthereumPeer > _peer, RLP const &_headers)=0 | dev::eth::EthereumPeerObserverFace | pure virtual |
onPeerNewBlock(std::shared_ptr< EthereumPeer > _peer, RLP const &_r)=0 | dev::eth::EthereumPeerObserverFace | pure virtual |
onPeerNewHashes(std::shared_ptr< EthereumPeer > _peer, std::vector< std::pair< h256, u256 >> const &_hashes)=0 | dev::eth::EthereumPeerObserverFace | pure virtual |
onPeerNodeData(std::shared_ptr< EthereumPeer > _peer, RLP const &_r)=0 | dev::eth::EthereumPeerObserverFace | pure virtual |
onPeerReceipts(std::shared_ptr< EthereumPeer > _peer, RLP const &_r)=0 | dev::eth::EthereumPeerObserverFace | pure virtual |
onPeerStatus(std::shared_ptr< EthereumPeer > _peer)=0 | dev::eth::EthereumPeerObserverFace | pure virtual |
onPeerTransactions(std::shared_ptr< EthereumPeer > _peer, RLP const &_r)=0 | dev::eth::EthereumPeerObserverFace | pure virtual |
~EthereumPeerObserverFace() | dev::eth::EthereumPeerObserverFace | inlinevirtual |