Type Alias StorageKey

Source
pub type StorageKey = U256;
Expand description

Type alias for EVM storage keys (256-bit unsigned integers). Used to identify storage slots within smart contract storage.

Aliased Typeยง

pub struct StorageKey { /* private fields */ }