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