StateRoot

Type Alias StateRoot 

Source
pub type StateRoot = CryptoHash;
Expand description

Hash used by to store state root.

Aliased Type§

pub struct StateRoot(pub [u8; 32]);

Tuple Fields§

§0: [u8; 32]