Function bytes_from_bech32

Source
pub fn bytes_from_bech32(
    address: &str,
    prefix: &str,
) -> Result<Vec<u8>, BackendError>