pub fn sr25519_verify(sig: &Signature, msg: &[u8], pub_key: &Public) -> bool
Verify sr25519 signature.
sr25519
Returns true when the verification was successful.
true