pub type BlockHash = B256;
A block hash.
#[repr(transparent)]pub struct BlockHash(pub [u8; 32]);
0: [u8; 32]