Type Alias revm_primitives::U256

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

[Uint] for 256 bits.

Aliased Typeยง

struct U256 { /* private fields */ }