pub fn encode_check(data: &[u8]) -> String
Encodes data as a base58 string including the checksum.
data
The checksum is the first four bytes of the sha256d of the data, concatenated onto the end.