Type Alias revm::precompile::primitives::alloy_primitives::ruint::aliases::U128

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

Uint for 128 bits. Similar to u128.

Aliased Type§

struct U128 { /* private fields */ }