Convert a padded bech32-encoded string (without checksum) to a Uint8Array,
removing the padding. If the string is not valid Bech32, or if the array of
5-bit integers would require padding to be regrouped into 8-bit bytes, this
method returns an error message.
Convert a padded bech32-encoded string (without checksum) to a Uint8Array, removing the padding. If the string is not valid Bech32, or if the array of 5-bit integers would require padding to be regrouped into 8-bit bytes, this method returns an error message.
For the reverse, see binToBech32Padded.