bdk_chain::bitcoin::base58

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.