Trait frame_support::traits::VerifySeal [−][src]
A trait for verifying the seal of a header and returning the author.
Required methods
fn verify_seal(header: &Header) -> Result<Option<Author>, &'static str>
[src]
Verify a header and return the author, if any.