solana_runtime::status_cache

Type Alias ForkStatus

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

Aliased Typeยง

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