pub trait Resistable {
    fn pos_difficulty(&self) -> H256;
    fn pow_difficulty(&self) -> H256;
}

Required Methods

Implementors