Type Definition pallet_attesters::pallet::AttestationTargets
source · pub type AttestationTargets<T: Config> = StorageValue<_GeneratedPrefixForStorageAttestationTargets<T>, Vec<TargetId>, ValueQuery>;
Expand description
Storage type is [StorageValue
] with value type Vec < TargetId >
.