Type Alias RecentBlocks

Source
pub type RecentBlocks = BoundedVec<BlockInfo, RecentBlockCount>;

Aliased Typeยง

struct RecentBlocks(/* private fields */);