pub type Difficulty = Uint256;
Type definition representing a block’s difficulty.
pub struct Difficulty { pub bytes: [u8; 32], }
bytes: [u8; 32]