pub trait IdentifierT: Clone + Eq + 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§

source§

impl<T: Clone + Eq + Ord + Debug + Codec> IdentifierT for T