Type Alias solana_runtime::status_cache::ForkStatus

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

Aliased Type§

struct ForkStatus<T> { /* private fields */ }