Function ssb_validate::message::par_validate_multi_author_message_hash_chain_of_feed[][src]

pub fn par_validate_multi_author_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 multiple authors. No previous message checks are performed, meaning that missing messages are allowed, the collection is not expected to be ordered by ascending sequence number and the author is not expected to match between current and previous message.

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