Type Alias revm::primitives::alloy_primitives::U32

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

Uint for 32 bits. Similar to u32.

Aliased Type§

struct U32 { /* private fields */ }