Type Alias ElectViaInfluence

Source
pub type ElectViaInfluence<T> = Vec<(Author<T>, Vec<<T as Config>::Influence>)>;
Expand description

Election input for influence-based selection.

Each entry pairs an Author with the influence values considered for that author during election.

Used by flat election models that operate on influence rather than individual funding relationships.

Aliased Typeยง

pub struct ElectViaInfluence<T> { /* private fields */ }