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