referrerpolicy=no-referrer-when-downgrade
frame_election_provider_support

Type Alias BoundedSupportsOf

Source
pub type BoundedSupportsOf<E> = BoundedSupports<<E as ElectionProviderBase>::AccountId, <E as ElectionProviderBase>::MaxWinners>;
Expand description

Same as BoundedSupports but parameterized by a ElectionProviderBase.

Aliased Type§

struct BoundedSupportsOf<E>(/* private fields */);