[#NetMsgType-HEADERS] = xref:NetMsgType.adoc[NetMsgType]::HEADERS :relfileprefix: ../ :mrdocs: The headers message sends one or more block headers to a node which previously requested certain headers with a getheaders message. == Synopsis Declared in `<protocol.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- inline constexpr char const* HEADERS = {"headers"}; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#