StorageKey

Type Alias StorageKey 

Source
pub type StorageKey = Uint<256, 4>;
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 */ }