Trait sp_npos_elections::traits::IdentifierT[][src]

pub trait IdentifierT: Clone + Eq + Default + Ord + Debug + Codec { }
Expand description

an aggregator trait for a generic type of a voter/target identifier. This usually maps to substrate’s account id.

Implementors