pub fn encode(input: &[u8]) -> Option<String>
Encode the given byte buffer into base62 encoded text according to Polytrack’s base62 implementation. Returns None if something failed in the process.
None