Skip to main content
UInt256
xrpl_
common_
stdlib
0.9.0
UInt256
Aliased Type
Fields
0
In xrpl_
common_
stdlib::
types::
uint
xrpl_common_stdlib
::
types
::
uint
Type Alias
UInt256
Copy item path
Source
pub type UInt256 =
UInt
<UINT256_SIZE>;
Aliased Type
§
#[repr(C)]
pub struct UInt256(pub [
u8
;
32
]);
Tuple Fields
§
§
0: [
u8
;
32
]