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