Function check_encode_slice

pub fn check_encode_slice(data: &[u8]) -> String
👎Deprecated since 0.30.0: Use base58::encode_check() instead
Expand description

Encodes data as a base58 string including the checksum.

The checksum is the first four bytes of the sha256d of the data, concatenated onto the end.