Type Definition solana_runtime::status_cache::ForkStatus

source ·
pub type ForkStatus<T> = Vec<(Slot, T)>;