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