Function ssb_validate::message::par_validate_ooo_message_hash_chain_of_feed[][src]

pub fn par_validate_ooo_message_hash_chain_of_feed<T: AsRef<[u8]>>(
    messages: &[T]
) -> Result<()> where
    [T]: ParallelSlice<T>,
    T: Sync

Batch validates a collection of out-of-order messages by a single author. Checks of previous message hash and ascending sequence number are not performed, meaning that missing messages are allowed and the collection is not expected to be ordered by ascending sequence number.

It expects the messages to be the JSON encoded message of shape: {key: "", value: {...}}