Type Definition sp_npos_elections::BoundedSupports
source · pub type BoundedSupports<A, B> = BoundedVec<(A, Support<A>), B>;
Expand description
Same as Supports
but bounded by B
.
To note, the inner Support
is still unbounded.
pub type BoundedSupports<A, B> = BoundedVec<(A, Support<A>), B>;
Same as Supports
but bounded by B
.
To note, the inner Support
is still unbounded.