pub type StorageKey = Uint<256, 4>;
Type alias for EVM storage keys (256-bit unsigned integers). Used to identify storage slots within smart contract storage.
pub struct StorageKey { /* private fields */ }