Type Alias SessionStartAt

Source
pub type SessionStartAt<T: Config> = StorageValue<_GeneratedPrefixForStorageSessionStartAt<T>, BlockNumberFor<T>, ValueQuery>;
Expand description

Start block of the current session.

Tracks the block number when the current session began.
Used for:

  • Computing session-relative timing for elections and affidavits.

Storage type is [StorageValue] with value type BlockNumberFor < T >.

Aliased Typeยง

pub struct SessionStartAt<T: Config>(/* private fields */);