pub type StorageValue = Bytes32;
Type definition representing a storage value.
pub struct StorageValue { pub bytes: [u8; 32], }
bytes: [u8; 32]