Expand description
The session info pallet provides information about validator sets from prior sessions needed for approvals and disputes.
See https://w3f.github.io/parachain-implementers-guide/runtime/session_info.html.
Re-exports
pub use pallet::*;
Modules
- A module that is responsible for migration of storage.
- The module that hosts all the FRAME types needed to add this pallet to a runtime.
Traits
- An abstraction for the authority discovery pallet to help with mock testing.
Type Definitions
- A type for representing the validator account id in a session.
- A tuple of
(AccountId, Identification)
whereIdentification
is the full identification ofAccountId
.