pub fn encode_bech32(
    human_readable_part: &str,
    data: &[u8]
) -> StdResult<String>
Expand description

Encode to bech32 given Human Readable Part (hrp) and data