revm_primitives

Type Alias U256

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

256-bit unsigned integer type, consisting of 4, 64-bit limbs.

Aliased Typeยง

struct U256 { /* private fields */ }