referrerpolicy=no-referrer-when-downgrade

Type Alias BoundedExposuresOf

Source
pub type BoundedExposuresOf<T> = BoundedVec<(<T as Config>::AccountId, Exposure<<T as Config>::AccountId, BalanceOf<T>>), MaxWinnersPerPageOf<<T as Config>::ElectionProvider>>;
Expand description

Alias for a bounded set of exposures behind a validator, parameterized by this pallet’s election provider.

Aliased Type§

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