Type Alias StorageValue
pub type StorageValue = Uint<256, 4>;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 */ }