Function breez_sdk_core::bitcoin::bech32::decode_without_checksum
pub fn decode_without_checksum(s: &str) -> Result<(String, Vec<u5>), Error>
Expand description
Decode a bech32 string into the raw HRP and the data bytes, assuming no checksum.
Returns the HRP in lowercase and the data.