Type Alias alloy_primitives::aliases::U48

source ·
pub type U48 = Uint<48, 1>;
Expand description

48-bit unsigned integer type, consisting of 1, 64-bit limbs.

Aliased Type§

struct U48 { /* private fields */ }