11                    std::shared_ptr<TimePeriodPacketsStats> packets_stats, std::shared_ptr<PbftManager> pbft_mgr,
 
   12                    std::shared_ptr<PbftChain> pbft_chain, std::shared_ptr<VoteManager> vote_mgr,
 
   13                    std::shared_ptr<SlashingManager> slashing_manager, 
const addr_t& node_addr,
 
   14                    const std::string& logs_prefix = 
"");
 
 
Definition FixedHash.h:35
 
Definition vote_packet_handler.hpp:7
 
Definition vote_packet_handler.hpp:8
 
static constexpr SubprotocolPacketType kPacketType_
Definition vote_packet_handler.hpp:17
 
virtual void process(const threadpool::PacketData &packet_data, const std::shared_ptr< TaraxaPeer > &peer) override
Main packet processing function.
Definition vote_packet_handler.cpp:19
 
Definition packet_data.hpp:12
 
Definition vote_manager.hpp:23
 
SubprotocolPacketType
SubprotocolPacketType is used in networking layer to differentiate packet types.
Definition packet_types.hpp:12
 
@ kVotePacket
Definition packet_types.hpp:15