[][src]Function subtle_encoding::bech32::decode

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

Decode the given data from lower-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.