Function phron_finality::crypto::verify
source · pub fn verify(
authority: &AuthorityId,
message: &[u8],
signature: &Signature
) -> bool
Expand description
Verify the signature given an authority id.
pub fn verify(
authority: &AuthorityId,
message: &[u8],
signature: &Signature
) -> bool
Verify the signature given an authority id.