Type Alias StorageValue

Source
pub type StorageValue = U256;
Expand description

Type alias for EVM storage values (256-bit unsigned integers). Used to store data values in smart contract storage slots.

Aliased Typeยง

pub struct StorageValue { /* private fields */ }