ethnum
1.3.0
u256
Aliased type
Fields
0
In crate ethnum
?
Settings
Type Alias
ethnum
::
u256
Copy item path
source
·
[
−
]
pub type u256 =
U256
;
Expand description
A 256-bit unsigned integer type.
Aliased Type
§
struct u256(pub [
u128
;
2
]);
Fields
§
§
0: [
u128
;
2
]