Type Alias alloy_core::primitives::U128

source ·
pub type U128 = Uint<128, 2>;
Expand description

128-bit unsigned integer type, consisting of 2, 64-bit limbs.

Aliased Type§

struct U128 { /* private fields */ }