Skip to main content

UInt160

Type Alias UInt160 

Source
pub type UInt160 = UInt<UINT160_SIZE>;

Aliased Type§

#[repr(C)]
pub struct UInt160(pub [u8; 20]);

Tuple Fields§

§0: [u8; 20]