Function mithril_common::crypto_helper::encode_bech32
source ยท pub fn encode_bech32(
human_readable_part: &str,
data: &[u8],
) -> StdResult<String>
Expand description
Encode to bech32 given Human Readable Part (hrp) and data