pub fn decode(digits: &[u8]) -> Result<[u8; 32], AddressParseError>Expand description
Decode exactly ENCODED_LEN base58 digits into 32 bytes.
pub fn decode(digits: &[u8]) -> Result<[u8; 32], AddressParseError>Decode exactly ENCODED_LEN base58 digits into 32 bytes.