Constant bitcoin_netmsg::NetMsgType::GETCFHEADERS
source · pub const GETCFHEADERS: &'static str = "getcfheaders";Expand description
| 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. |