pub fn generate_request_response_config<Hash: AsRef<[u8]>>(
protocol_id: ProtocolId,
genesis_hash: Hash,
fork_id: Option<&str>
) -> RequestResponseConfig
Expand description
Generates a RequestResponseConfig
for the grandpa warp sync request protocol, refusing
incoming requests.