pub fn decode(input: &str) -> Option<Vec<u8>>
Decode the given string as base62 text according to Polytrack’s base62 implementation. Returns None if any character isn’t valid for base62 encoded text.
None