Trait sp_consensus_pow::TotalDifficulty
source · pub trait TotalDifficulty {
// Required method
fn increment(&mut self, other: Self);
}
Expand description
Define methods that total difficulty should implement.
Required Methods§
Object Safety§
This trait is not object safe.