pub async fn fetch_block(
    peer: &Peer,
    hash: HeaderHash
) -> Result<Block, FetchBlockError>