[#NetMsgType-GETCFHEADERS] = xref:NetMsgType.adoc[NetMsgType]::GETCFHEADERS :relfileprefix: ../ :mrdocs: getcfheaders requests a compact filter header and the filter hashes for a range of blocks, which can then be used to reconstruct the filter headers for those blocks. Only available with service bit NODE_COMPACT_FILTERS as described by BIP 157 & 158. == Synopsis Declared in `<protocol.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- inline constexpr char const* GETCFHEADERS = {"getcfheaders"}; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#