Function from

pub fn from(data: &str) -> Result<Vec<u8>, Error>
👎Deprecated since 0.30.0: Use base58::decode() instead
Expand description

Decodes a base58-encoded string into a byte vector.