Type Definition t3rn_mini_mock_runtime::PermanentSlashes
pub type PermanentSlashes<T>where
T: Config, = StorageValue<_GeneratedPrefixForStoragePermanentSlashes<T>, Vec<<T as Config>::AccountId, Global>, ValueQuery, GetDefault>;
Expand description
Storage type is [StorageValue
] with value type Vec < T :: AccountId >
.