pub type NextCommitteeOnTarget<T>where
    T: Config, = StorageMap<_GeneratedPrefixForStorageNextCommitteeOnTarget<T>, Identity, [u8; 4], Vec<(u32, Vec<u8, Global>), Global>, OptionQuery, GetDefault, GetDefault>;
Expand description

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