Expand description
[pallet_session
] integration.
Implements [pallet_session::SessionManager] and [pallet_session::ShouldEndSession] for crate::Pallet.
This implementation has lag of one additional PC epoch when applying committees to sessions.
To use it, wire crate::Pallet in runtime configuration of [pallet_session
].