Function from_check

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

Decodes a base58check-encoded string into a byte vector verifying the checksum.