alloy_primitives::aliases

Type Alias U224

Source
pub type U224 = Uint<224, 4>;
Expand description

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

Aliased Typeยง

struct U224 { /* private fields */ }