Skip to main content

decode

Function decode 

Source
pub fn decode(input: &str) -> Option<Vec<u8>>
Expand description

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.