Module pallet_im_online::pallet::storage_types
source · Expand description
Auto-generated docs-only module listing all (public and private) defined storage types for this pallet.
§Warning: Doc-Only
Members of this module cannot be used directly and are only provided for documentation purposes.
To see the actual storage type, find a struct with the same name at the root of the pallet, in the list of Type Definitions.
Structs§
- For each session index, we keep a mapping of
ValidatorId<T>
to the number of blocks authored by the given authority. - The block number after which it’s ok to send heartbeats in the current session.
- The current set of keys that may issue a heartbeat.
- For each session index, we keep a mapping of
SessionIndex
andAuthIndex
.