pub fn reconstruct_from_systematic<T: Decode>(
    n_validators: usize,
    chunks: Vec<Vec<u8>>
) -> Result<T, Error>
Expand description

Reconstruct the available data from the set of systematic chunks.

Provide a vector containing the first k chunks in order. If too few chunks are provided, recovery is not possible.