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