Struct ckb_verification_contextual::ContextualBlockVerifier [−][src]
pub struct ContextualBlockVerifier<'a, CS> { /* fields omitted */ }
Expand description
Context-dependent verification checks for block
Contains:
Implementations
Create new ContextualBlockVerifier
Auto Trait Implementations
impl<'a, CS> RefUnwindSafe for ContextualBlockVerifier<'a, CS> where
CS: RefUnwindSafe,
impl<'a, CS> Send for ContextualBlockVerifier<'a, CS> where
CS: Sync,
impl<'a, CS> Sync for ContextualBlockVerifier<'a, CS> where
CS: Sync,
impl<'a, CS> Unpin for ContextualBlockVerifier<'a, CS>
impl<'a, CS> UnwindSafe for ContextualBlockVerifier<'a, CS> where
CS: RefUnwindSafe,