StorageValue

Type Alias StorageValue 

Source
pub type StorageValue = Bytes32;
Expand description

Type definition representing a storage value.

Aliased Type§

pub struct StorageValue {
    pub bytes: [u8; 32],
}

Fields§

§bytes: [u8; 32]