Type Alias revm::interpreter::primitives::alloy_primitives::U128

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

Uint for 128 bits. Similar to u128.

Aliased Type§

struct U128 { /* private fields */ }