par_validate_ooo_message_hash_chain_of_feed

Function par_validate_ooo_message_hash_chain_of_feed 

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

Batch validate 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: {...}}