pub fn is_ancient_block<N: From<u32> + PartialOrd + Saturating>(
block: N,
best: N,
) -> boolExpand description
Returns true if we think that the state is already discarded for given block.
pub fn is_ancient_block<N: From<u32> + PartialOrd + Saturating>(
block: N,
best: N,
) -> boolReturns true if we think that the state is already discarded for given block.