Type Definition sp_beefy::crypto::AuthorityId

source ·
pub type AuthorityId = Public;
Expand description

Identity of a BEEFY authority using ECDSA as its crypto.

Trait Implementations§

source§

impl<MsgHash: Hash> BeefyAuthorityId<MsgHash> for AuthorityIdwhere <MsgHash as Hash>::Output: Into<[u8; 32]>,

source§

fn verify( &self, signature: &<Self as RuntimeAppPublic>::Signature, msg: &[u8] ) -> bool

Verify a signature. Read more