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>

inline constexpr char const* GETCFHEADERS = {"getcfheaders"};

Created with MrDocs