Type Alias EnforcementTracking

Source
pub type EnforcementTracking<T: Config> = StorageDoubleMap<_GeneratedPrefixForStorageEnforcementTracking<T>, Identity, PermissionId, Identity, EnforcementReferendum, BoundedBTreeSet<T::AccountId, T::MaxControllersPerPermission>, ValueQuery>;
Expand description

Enforcement votes in progress and the voters

Storage type is [StorageDoubleMap] with key1 type PermissionId, key2 type EnforcementReferendum and value type BoundedBTreeSet < T :: AccountId, T :: MaxControllersPerPermission >.

Aliased Typeยง

struct EnforcementTracking<T: Config>(/* private fields */);