Function coins_core::ser::prefix_byte_len
source · pub fn prefix_byte_len(number: u64) -> u8
Expand description
Calculates the minimum prefix length for a VarInt encoding number
pub fn prefix_byte_len(number: u64) -> u8
Calculates the minimum prefix length for a VarInt encoding number