5#ifndef BITCOIN_SEEDER_MESSAGEWRITER_H
6#define BITCOIN_SEEDER_MESSAGEWRITER_H
14template <
typename... Args>
Double ended buffer combining vector and stream-like interfaces.
void write(Span< const value_type > src)
CSerializedNetMsg Make(int nFlags, std::string msg_type, Args &&...args) const
const Config & GetConfig()
static void WriteMessage(CDataStream &stream, std::string command, Args &&...args)
T GetRand(T nMax=std::numeric_limits< T >::max()) noexcept
Generate a uniform random integer of type T in the range [0..nMax) nMax defaults to std::numeric_limi...
Span< const std::byte > MakeByteSpan(V &&v) noexcept