Type Definition solana_runtime::status_cache::SlotDelta

source ·
pub type SlotDelta<T> = (Slot, bool, Status<T>);