decode_check

Function decode_check 

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

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