pub fn assert_ring<T: Config>(
queues: &[<<T as Config>::MessageProcessor as ProcessMessage>::Origin],
)
Expand description
Check that the Ready Ring consists of queues
in that exact order.
Also check that all backlinks are valid and that the first element is the service head.