Type Alias ethnum::i256

source ·
pub type i256 = I256;
Expand description

A 256-bit signed integer type.

Aliased Type§

struct i256(pub [i128; 2]);

Fields§

§0: [i128; 2]