Type Alias SessionEvent

Source
pub type SessionEvent = SessionEvent;

Aliased Type§

enum SessionEvent {
    NewSession {
        session_index: u32,
    },
}

Variants§

§

NewSession

New session has happened. Note that the argument is the session index, not the block number as the type might suggest.

Fields

§session_index: u32