Int

Type Alias Int 

Source
pub type Int = U256;
Expand description

ABI signed integer.

Aliased Type§

#[repr(C)]
pub struct Int(pub [u64; 4]);

Tuple Fields§

§0: [u64; 4]