[][src]Function subtle_encoding::bech32::decode_upper

pub fn decode_upper<S>(encoded: S) -> Result<(String, Vec<u8>), Error> where
    S: AsRef<str>, 

Decode the given data from upper-case Bech32, returning a 2-tuple of the "human readable part" of the message as a String and a Vec<u8> of data, or an Error if decoding failed.