[][src]Trait ckb_pow::PowEngine

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

Required methods

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

Loading content...

Implementors

impl PowEngine for DummyPowEngine[src]

impl PowEngine for EaglesongBlake2bPowEngine[src]

impl PowEngine for EaglesongPowEngine[src]

Loading content...