sp_io::crypto
pub fn ed25519_verify(sig: &Signature, msg: &[u8], pub_key: &Public) -> bool
Verify an ed25519 signature.
ed25519
Returns true when the verification in successful.
true