[][src]Trait ckb_pow::PowEngine

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

TODO(doc): @quake

Required methods

fn verify(&self, header: &Header) -> bool

TODO(doc): @quake

Loading content...

Implementors

impl PowEngine for DummyPowEngine[src]

impl PowEngine for EaglesongBlake2bPowEngine[src]

impl PowEngine for EaglesongPowEngine[src]

Loading content...