pub(crate) fn into_shreds(
    slot_leader: &Pubkey,
    chunks: impl IntoIterator<Item = DuplicateShred>
) -> Result<(Shred, Shred), Error>
Expand description

Reconstructs the duplicate shreds from chunks of DuplicateShred.