pub fn has_period_elapsed(era: u16, period: u8, now: i64) -> Option<bool>
Expand description

A period is elapsed if its start time has passed.

Elapsed periods cannot increase their locker veToken balance.