Type Alias revm::interpreter::primitives::alloy_primitives::aliases::U256

source ·
pub type U256 = Uint<256, 4>;
Expand description

Uint for 256 bits.

Aliased Type§

struct U256 { /* private fields */ }