pub type EpochTickets = FixedVec<TicketBody, EpochPeriod>;
pub struct EpochTickets(/* private fields */);