pub fn decode_check(data: &str) -> Result<Vec<u8>, Error>
Decodes a base58check-encoded string into a byte vector verifying the checksum.