pub type RecentBlocks = BoundedVec<BlockInfo, RecentBlockCount>;
pub struct RecentBlocks(/* private fields */);