Trait sp_consensus_beefy::AuthorityIdBound
source · pub trait AuthorityIdBound: Ord + AppPublic + Display + BeefyAuthorityId<BeefySignatureHasher, Signature = Self::BoundedSignature> {
type BoundedSignature: Debug + Eq + PartialEq + Clone + TypeInfo + Codec + Send + Sync;
}
Expand description
A trait bound which lists all traits which are required to be implemented by a BEEFY AuthorityId type in order to be able to be used in BEEFY Keystore
Required Associated Types§
Object Safety§
This trait is not object safe.