Type Alias BlockHash

Source
pub type BlockHash = Bytes;
Expand description

Block hash literal type to uniquely identify a block in the chain and likely across chains.

Aliased Type§

pub struct BlockHash(pub Bytes);

Tuple Fields§

§0: Bytes