pub fn parse_bytes<T: AsRef<[u8]>>(
    from: T,
    prefix: Prefix
) -> Result<[u8; 20], Error>