6 #ifndef BITCOIN_NETMESSAGEMAKER_H 7 #define BITCOIN_NETMESSAGEMAKER_H 17 template <
typename... Args>
21 msg.
m_type = std::move(msg_type);
26 template <
typename... Args>
29 return Make(0, std::move(msg_type), std::forward<Args>(args)...);
36 #endif // BITCOIN_NETMESSAGEMAKER_H
std::vector< unsigned char > data
CSerializedNetMsg Make(int nFlags, std::string msg_type, Args &&... args) const
CSerializedNetMsg Make(std::string msg_type, Args &&... args) const
CNetMsgMaker(int nVersionIn)