Type Definition pallet_session::pallet::NextKeys[][src]

pub type NextKeys<T: Config> = StorageMap<_GeneratedPrefixForStorageNextKeys<T>, Twox64Concat, T::ValidatorId, T::Keys, OptionQuery>;
Expand description

The next session keys for a validator.