decode_base58_bytes

Function decode_base58_bytes 

Source
pub fn decode_base58_bytes(input: &str) -> Result<Vec<u8>, Error>
Expand description

Decode a variable-length base58 string produced by encode_base58_bytes.