Trait sp_consensus_pow::TotalDifficulty [−][src]
pub trait TotalDifficulty { fn increment(&mut self, other: Self); }
Expand description
Define methods that total difficulty should implement.
pub trait TotalDifficulty { fn increment(&mut self, other: Self); }
Define methods that total difficulty should implement.