pub fn reconstruct_from_systematic_v1(
n_validators: usize,
chunks: Vec<Vec<u8>>,
) -> Result<AvailableData, Error>
Expand description
Reconstruct the v1 available data from the set of systematic chunks.
Provide a vector containing chunk data. If too few chunks are provided, recovery is not possible.