Type Alias alloy_primitives::aliases::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 */ }