Trait polkadot_service::runtime_traits::AppVerify
source · pub trait AppVerify {
type AccountId;
// Required method
fn verify<L>(&self, msg: L, signer: &Self::AccountId) -> bool
where L: Lazy<[u8]>;
}
Expand description
Means of signature verification of an application key.
Required Associated Types§
Required Methods§
Object Safety§
This trait is not object safe.