ethnum
1.5.2
u256
Aliased Type
Fields
0
In crate ethnum
ethnum
Type Alias
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
]