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