pub type StorageKey = B256;
An account storage key.
#[repr(transparent)]pub struct StorageKey(pub [u8; 32]);
0: [u8; 32]