Type Alias revm::interpreter::primitives::alloy_primitives::U160

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

Uint for 160 bits.

Aliased Type§

struct U160 { /* private fields */ }