logo
pub const U128_SERIALIZED_LENGTH: usize = mem::size_of::<u128>(); // 16usize
Expand description

The number of bytes in a serialized U128.