Type Alias ElectViaBacking

Source
pub type ElectViaBacking<T> = Vec<(Author<T>, Vec<BackingElectionWeight<T>>)>;
Expand description

Election input for backing-based selection.

Each entry pairs an Author with the backing contributions considered for that author during election.

Used by fair election models that preserve individual funder contributions instead of aggregating them into a single value.

Aliased Typeยง

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