Function base58ck::decode_check

source ·
pub fn decode_check(data: &str) -> Result<Vec<u8>, Error>
Expand description

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