Type Alias alloy_core::primitives::U160

source ·
pub type U160 = Uint<160, 3>;
Expand description

160-bit unsigned integer type, consisting of 3, 64-bit limbs.

Aliased Type§

struct U160 { /* private fields */ }