pub fn encode_without_checksum<T: AsRef<[u5]>>(
    hrp: Hrp,
    data: T
) -> Result<String, Error>
Expand description

Encodes a bech32 payload to string without the checksum.

Deviations from standard.

  • No length limits are enforced for the data part.