Struct ckb_verification::BlockVerifier
source · pub struct BlockVerifier<'a> { /* private fields */ }Expand description
Block verifier that are independent of context.
Contains:
Implementations§
Trait Implementations§
source§impl<'a> Clone for BlockVerifier<'a>
impl<'a> Clone for BlockVerifier<'a>
source§fn clone(&self) -> BlockVerifier<'a>
fn clone(&self) -> BlockVerifier<'a>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more