pub type CommitteeTransitionOn<T: Config> = StorageMap<_GeneratedPrefixForStorageCommitteeTransitionOn<T>, Identity, TargetId, u32>;
Expand description

Storage type is [StorageMap] with key type TargetId and value type u32.