Struct ckb_verification::GenesisVerifier
source · pub struct GenesisVerifier {}Expand description
The genesis verification
BlockVerifier is not applicable to genesis, genesis have particular rules, it not limited by block size. it’s previous hash is zero hash and it has no uncles.
Implementations§
Trait Implementations§
source§impl Clone for GenesisVerifier
impl Clone for GenesisVerifier
source§fn clone(&self) -> GenesisVerifier
fn clone(&self) -> GenesisVerifier
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