[−][src]Trait artemis_core::Verifier
A trait for verifying messages.
This trait should be implemented by runtime modules that wish to provide message verification functionality.
A trait for verifying messages.
This trait should be implemented by runtime modules that wish to provide message verification functionality.
fn verify(sender: AccountId, app_id: AppId, message: &Message) -> DispatchResult