pub type BlockHash = Bytes;
Block hash literal type to uniquely identify a block in the chain and likely across chains.
pub struct BlockHash(pub Bytes);
0: Bytes