pub fn decode_base58_bytes(input: &str) -> Result<Vec<u8>, Error>
Decode a variable-length base58 string produced by encode_base58_bytes.
encode_base58_bytes