pub type DesiredTargets<T> = StorageValue<_GeneratedPrefixForStorageDesiredTargets<T>, u32>;
Expand description

Desired number of targets to elect for this round.

Only exists when Snapshot is present. Note: This storage type must only be mutated through SnapshotWrapper.

Storage type is [StorageValue] with value type u32.

Aliased Type§

struct DesiredTargets<T>(/* private fields */);