Type Alias alloy_primitives::aliases::U248

source ·
pub type U248 = Uint<248, 4>;
Expand description

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

Aliased Type§

struct U248 { /* private fields */ }