pub type U128 = Uint<128, 2>;
Uint for 128 bits. Similar to u128.
Uint
128
u128
struct U128 { /* private fields */ }