pub type ReservationsRecord<Max> = BoundedVec<Schedule, Max>;
Expand description

Record for Polkadot Core reservations (generally tasked with the maintenance of System Chains).

Aliased Type§

struct ReservationsRecord<Max>(/* private fields */);