Type Alias revm::interpreter::primitives::alloy_primitives::ruint::aliases::U32

source ·
pub type U32 = Uint<32, 1>;
Expand description

Uint for 32 bits. Similar to u32.

Aliased Type§

struct U32 { /* private fields */ }