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