Function solana_gossip::duplicate_shred::into_shreds
source · 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.