pub type MmrRootHash = H256;
Expand description

The type used to represent an MMR root hash.

Aliased Type§

struct MmrRootHash(pub [u8; 32]);

Fields§

§0: [u8; 32]