Function snarkvm_console_network::prelude::bech32::decode_without_checksum
pub fn decode_without_checksum(
s: &str
) -> Result<(String, Vec<u5, Global>), 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.