Function check_encode_slice_to_fmt

pub fn check_encode_slice_to_fmt(
    fmt: &mut Formatter<'_>,
    data: &[u8],
) -> Result<(), Error>
👎Deprecated since 0.30.0: Use base58::encode_check_to_fmt() instead
Expand description

Encodes data as base58, including the checksum, into a formatter.

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