Type Alias ElectionVia

Source
pub type ElectionVia<T> = <<T as Config>::ElectionAdapter as ElectionManager<AuthorOf<T>>>::ElectionWeightOf;
Expand description

Type representing the election weight of an author.

  • Used to rank, score, or prioritize authors in elections.
  • Typically derived from participation, stake, or other metrics.
  • Serves as the primary metric for electing authors.