Trait sp_runtime::traits::AppVerify
source · pub trait AppVerify {
type AccountId;
// Required method
fn verify<L: Lazy<[u8]>>(&self, msg: L, signer: &Self::AccountId) -> bool;
}
Expand description
Means of signature verification of an application key.