Function binToBech32Padded

  • Convert a Uint8Array to a padded bech32-encoded string (without a checksum), adding padding bits as necessary to convert all bytes to 5-bit integers.

    For the reverse, see bech32PaddedToBin.

    Parameters

    • bytes: Uint8Array

      the Uint8Array to bech32 encode

    Returns string

Generated using TypeDoc