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.
the Uint8Array to bech32 encode
Generated using TypeDoc
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.