pub type U128 = Uint<128, 2>;
Uint for 128 bits. Similar to u128.
Uint
128
u128
Converts a fixed byte array into a fixed-width unsigned integer by interpreting the bytes as big-endian.