[−][src]Function bech32::decode
pub fn decode(s: &str) -> Result<(String, Vec<u5>), Error>
Decode a bech32 string into the raw HRP and the data bytes.
Returns the HRP in lowercase..
pub fn decode(s: &str) -> Result<(String, Vec<u5>), Error>
Decode a bech32 string into the raw HRP and the data bytes.
Returns the HRP in lowercase..