Type Alias unc_primitives::types::StateRoot

source ·
pub type StateRoot = CryptoHash;
Expand description

Hash used by to store state root.

Aliased Type§

struct StateRoot(pub [u8; 32]);

Fields§

§0: [u8; 32]