Trait sp_consensus_pow::TotalDifficulty[][src]

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

Define methods that total difficulty should implement.

Required methods

fn increment(&mut self, other: Self)[src]

Loading content...

Implementations on Foreign Types

impl TotalDifficulty for U256[src]

impl TotalDifficulty for u128[src]

Loading content...

Implementors

Loading content...