Type Definition pallet_session::pallet::KeyOwner [−][src]
pub type KeyOwner<T: Config> = StorageMap<_GeneratedPrefixForStorageKeyOwner<T>, Twox64Concat, (KeyTypeId, Vec<u8>), T::ValidatorId, OptionQuery>;
Expand description
The owner of a key. The key is the KeyTypeId
+ the encoded key.