pub type AttestationTargets<T>where
    T: Config, = StorageValue<_GeneratedPrefixForStorageAttestationTargets<T>, Vec<[u8; 4], Global>, ValueQuery, GetDefault>;
Expand description

Storage type is [StorageValue] with value type Vec < TargetId >.