pub type StorageValue = U256;
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 */ }