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