pub fn encode_prefix_z85(prefix_bytes: Vec<u8>) -> String
Expand description

Encode a set of prefix bytes to the appropriate z85 encoded string. This means padding the prefix using base85_prefix_padding and truncating the string to be 7 characters instead of the 10 that’s returned.