[#NetMsgType-GETBLOCKS] = xref:NetMsgType.adoc[NetMsgType]::GETBLOCKS :relfileprefix: ../ :mrdocs: The getblocks message requests an inv message that provides block header hashes starting from a particular point in the block chain. == Synopsis Declared in `<protocol.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- inline constexpr char const* GETBLOCKS = {"getblocks"}; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#