alloy_primitives::aliases

Type Alias U240

Source
pub type U240 = Uint<240, 4>;
Expand description

240-bit unsigned integer type, consisting of 4, 64-bit limbs.

Aliased Typeยง

struct U240 { /* private fields */ }