Skip to main content

base58_decode

Function base58_decode 

Source
pub fn base58_decode(s: &str) -> Result<Vec<u8>, PrimitivesError>
Expand description

Decode a Base58 string to bytes.

Leading ‘1’ characters in the input are converted back to zero bytes.