pub fn decode_address(address: &str) -> Result<([u8; 32], String), AddressError>
Decodes an address into a puzzle hash and HRP prefix.