Type Alias Difficulty

Source
pub type Difficulty = Uint256;
Expand description

Type definition representing a block’s difficulty.

Aliased Type§

pub struct Difficulty {
    pub bytes: [u8; 32],
}

Fields§

§bytes: [u8; 32]