[][src]Function solana::entry::reconstruct_entries_from_blobs

pub fn reconstruct_entries_from_blobs<I>(blobs: I) -> Result<(Vec<Entry>, u64)> where
    I: IntoIterator,
    I::Item: Borrow<Blob>,