Type Definition sp_npos_elections::Supports[][src]

type Supports<A> = Vec<(A, Support<A>)>;
Expand description

A target-major representation of the the election outcome.

Essentially a flat variant of SupportMap.

The main advantage of this is that it is encodable.