6#ifndef BITCOIN_NETMESSAGEMAKER_H
7#define BITCOIN_NETMESSAGEMAKER_H
15template <
typename... Args>
18 msg.
m_type = std::move(msg_type);
Minimal stream for overwriting and/or appending to an existing byte vector.
CSerializedNetMsg Make(std::string msg_type, Args &&...args)
std::vector< uint8_t > data