Type Alias frame_election_provider_support::onchain::OnChainBoundedSupportsOf
source · pub type OnChainBoundedSupportsOf<E> = BoundedSupports<<<E as Config>::System as Config>::AccountId, <E as Config>::MaxWinners>;
Expand description
Same as BoundedSupportsOf
but for onchain::Config
.
Aliased Type§
struct OnChainBoundedSupportsOf<E>(/* private fields */);