ethnum
1.5.2
i256
Aliased Type
Fields
0
In crate ethnum
ethnum
Type Alias
i256
Copy item path
Source
pub type i256 =
I256
;
Expand description
A 256-bit signed integer type.
Aliased Type
§
struct i256(pub [
i128
;
2
]);
Fields
§
§
0: [
i128
;
2
]