pub type StorageValue = Uint<256, 4>;
Type alias for EVM storage values (256-bit unsigned integers). Used to store data values in smart contract storage slots.
pub struct StorageValue { /* private fields */ }