Function encode_upper

Source
pub fn encode_upper<S, D>(hrp: S, data: D) -> String
where S: AsRef<str>, D: AsRef<[u8]>,
Expand description

Encode the given data as upper-case Bech32, returning a Vec<u8>