Trait tp_consensus_pow::TotalDifficulty[][src]

pub trait TotalDifficulty {
    fn increment(&mut self, other: Self);
}
Expand description

Define methods that total difficulty should implement.

Required methods

Implementations on Foreign Types

Implementors