referrerpolicy=no-referrer-when-downgrade

Type Alias PageSupportsOfMiner

Source
pub type PageSupportsOfMiner<T> = BoundedSupports<<T as MinerConfig>::AccountId, <T as MinerConfig>::MaxWinnersPerPage, <T as MinerConfig>::MaxBackersPerWinner>;
Expand description

Parameterized BoundedSupports for the miner.

The bounds of this are set such to only encapsulate a single page of a snapshot. The other counterpart is FullSupportsOfMiner.

Aliased Type§

struct PageSupportsOfMiner<T>(pub BoundedVec<(<T as MinerConfig>::AccountId, BoundedSupport<<T as MinerConfig>::AccountId, <T as MinerConfig>::MaxBackersPerWinner>), <T as MinerConfig>::MaxWinnersPerPage>);

Fields§

§0: BoundedVec<(<T as MinerConfig>::AccountId, BoundedSupport<<T as MinerConfig>::AccountId, <T as MinerConfig>::MaxBackersPerWinner>), <T as MinerConfig>::MaxWinnersPerPage>