pub type Duration = Permill;Expand description
Type representing relative session duration.
Used to define timing of affidavit and election phases as a fraction of the current session.
Interpreted as a percentage (PerThing) of session length:
block = session_start + (Duration * session_length)
Aliased Typeยง
pub struct Duration(/* private fields */);