Type Alias revm::primitives::I256

source ·
pub type I256 = Signed<256, 4>;
Expand description

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

Aliased Type§

struct I256(/* private fields */);