StorageKey

Type Alias StorageKey 

Source
pub type StorageKey = B256;
Expand description

An account storage key.

Aliased Type§

#[repr(transparent)]
pub struct StorageKey(pub [u8; 32]);

Tuple Fields§

§0: [u8; 32]