Struct ckb_verification::BlockVerifier
source · [−]pub struct BlockVerifier<'a> { /* private fields */ }
Expand description
Block verifier that are independent of context.
Contains:
Implementations
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for BlockVerifier<'a>
impl<'a> Send for BlockVerifier<'a>
impl<'a> Sync for BlockVerifier<'a>
impl<'a> Unpin for BlockVerifier<'a>
impl<'a> UnwindSafe for BlockVerifier<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more