[][src]Trait ckb_pow::PowEngine

pub trait PowEngine: Send + Sync + AsAny {
    pub fn verify(&self, header: &Header) -> bool;
}

TODO(doc): @quake

Required methods

pub fn verify(&self, header: &Header) -> bool[src]

TODO(doc): @quake

Loading content...

Implementors

impl PowEngine for DummyPowEngine[src]

impl PowEngine for EaglesongBlake2bPowEngine[src]

impl PowEngine for EaglesongPowEngine[src]

Loading content...