Type Alias frame_election_provider_support::Supports
pub 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.
Aliased Type§
struct Supports<A> { /* private fields */ }