Function decode_address

Source
pub fn decode_address(address: &str) -> Result<([u8; 32], String), AddressError>
Expand description

Decodes an address into a puzzle hash and HRP prefix.