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