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.