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>
inline constexpr char const* HEADERS = {"headers"};
Created with MrDocs