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§

struct BlockHash(pub Bytes);

Fields§

§0: Bytes