pub fn try_get_block_hashes(request: &Box<dyn Request>) -> Option<&Vec<H256>>
Expand description

Return block hashes in request if it’s requesting blocks. Return None otherwise.