Type Alias Uint

Source
pub type Uint = U256;

Aliased Type§

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

Tuple Fields§

§0: [u64; 4]