fn verify_slot_deltas(
    slot_deltas: &[BankSlotDelta],
    bank: &Bank
) -> Result<(), VerifySlotDeltasError>
Expand description

Verify that the snapshot’s slot deltas are not corrupt/invalid